fix: ci snapshot build

This commit is contained in:
Steven Qiu 2025-06-26 21:47:35 +08:00
parent 24ad29ea99
commit fa791857ec
No known key found for this signature in database
GPG Key ID: 8ACE9DCFC76F38B9

View File

@ -149,6 +149,7 @@ jobs:
- name: Archive release
run: zip -9 -r blessing-skin-server-${{ steps.short-sha.outputs.sha }}.zip app bootstrap config database plugins public resources/lang resources/views resources/misc/textures routes storage vendor .env.example artisan LICENSE README.md README-zh.md index.html
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
if-no-files-found: error
path: blessing-skin-server-${{ steps.short-sha.outputs.sha }}.zip