Skip to content

Commit 33970bc

Browse files
committed
Fix zipping and continue on snap error
1 parent 0a9742e commit 33970bc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,7 @@ jobs:
414414
- uses: snapcore/action-build@v1
415415
id: build
416416
- uses: snapcore/action-publish@v1
417+
continue-on-error: true
417418
name: Publish Snap to Store
418419
if: ${{ github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/main' || github.ref == 'refs/tags/nightly' || github.ref == 'refs/tags/stable' }}
419420
env:
@@ -692,7 +693,7 @@ jobs:
692693
run: |
693694
cd windows-x86_64-build
694695
zip -r ../linwood-butterfly-windows-x86_64.zip *
695-
cd windows-arm64-build
696+
cd ../windows-arm64-build
696697
zip -r ../linwood-butterfly-windows-arm64.zip *
697698
cd ..
698699
tar -C linux-x86_64-build -czf linwood-butterfly-linux-x86_64.tar.gz .

0 commit comments

Comments
 (0)