We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a9742e commit 33970bcCopy full SHA for 33970bc
1 file changed
.github/workflows/build.yml
@@ -414,6 +414,7 @@ jobs:
414
- uses: snapcore/action-build@v1
415
id: build
416
- uses: snapcore/action-publish@v1
417
+ continue-on-error: true
418
name: Publish Snap to Store
419
if: ${{ github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/main' || github.ref == 'refs/tags/nightly' || github.ref == 'refs/tags/stable' }}
420
env:
@@ -692,7 +693,7 @@ jobs:
692
693
run: |
694
cd windows-x86_64-build
695
zip -r ../linwood-butterfly-windows-x86_64.zip *
- cd windows-arm64-build
696
+ cd ../windows-arm64-build
697
zip -r ../linwood-butterfly-windows-arm64.zip *
698
cd ..
699
tar -C linux-x86_64-build -czf linwood-butterfly-linux-x86_64.tar.gz .
0 commit comments