Merge pull request 'CI - фикс двойной архивации.' (#6) from ci-doublezip-fix into main
Reviewed-on: milkwx4/CubeGame#6
This commit is contained in:
@@ -62,24 +62,21 @@ jobs:
|
||||
run: |
|
||||
chmod +x ${{ gitea.workspace }}/compile.sh
|
||||
sh ${{ gitea.workspace }}/compile.sh
|
||||
zip -r release-linux.zip OUTPUT-Linux || true
|
||||
zip -r release-w64.zip OUTPUT-w64 || true
|
||||
zip -r release-w32.zip OUTPUT-w32 || true
|
||||
|
||||
- name: Upload Linux Release
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: release-linux
|
||||
path: release-linux.zip
|
||||
path: OUTPUT-Linux
|
||||
|
||||
- name: Upload Windows64 Release
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: release-w64
|
||||
path: release-w64.zip
|
||||
path: OUTPUT-w64
|
||||
|
||||
- name: Upload Windows32 Release
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: release-w32
|
||||
path: release-w32.zip
|
||||
path: OUTPUT-w32
|
||||
|
||||
Reference in New Issue
Block a user