We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9027134 commit 9fb1b67Copy full SHA for 9fb1b67
.github/workflows/unstable.yml
@@ -38,4 +38,4 @@ jobs:
38
run: snapcraft --target-arch arm64 --destructive-mode --enable-experimental-target-arch
39
- name: Upload
40
run: |
41
- snapcraft upload --release=edge *.snap
+ for f in *.snap; do snapcraft upload --release=edge $f; done
0 commit comments