runner v4
Some checks failed
Test Build Deploy / Test (push) Successful in 1m13s
Test Build Deploy / Build (push) Failing after 1m14s
Test Build Deploy / Deploy (push) Has been skipped

This commit is contained in:
pesu98
2026-05-13 12:13:41 +08:00
parent 08281db28f
commit 9c15de9f6a

View File

@@ -79,13 +79,15 @@ jobs:
--exclude='.git' \
--exclude='.gitea' \
--exclude='.env' \
--exclude="${RELEASE_FILE}" \
--exclude='node_modules' \
--exclude='tests' \
--exclude='storage/logs/*' \
--exclude='storage/framework/cache/*' \
--exclude='storage/framework/sessions/*' \
--exclude='storage/framework/views/*' \
-czf "${RELEASE_FILE}" .
-czf "/tmp/${RELEASE_FILE}" .
mv "/tmp/${RELEASE_FILE}" "${RELEASE_FILE}"
- name: Upload release artifact
uses: actions/upload-artifact@v4