fix: ci snapshot build
This commit is contained in:
parent
24ad29ea99
commit
fa791857ec
3
.github/workflows/CI.yml
vendored
3
.github/workflows/CI.yml
vendored
|
|
@ -149,6 +149,7 @@ jobs:
|
||||||
- name: Archive release
|
- 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
|
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
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
if-no-files-found: error
|
||||||
path: blessing-skin-server-${{ steps.short-sha.outputs.sha }}.zip
|
path: blessing-skin-server-${{ steps.short-sha.outputs.sha }}.zip
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user