Skip to content

Commit 9fb1b67

Browse files
committed
Fix upload of multiple snaps.
1 parent 9027134 commit 9fb1b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unstable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
run: snapcraft --target-arch arm64 --destructive-mode --enable-experimental-target-arch
3939
- name: Upload
4040
run: |
41-
snapcraft upload --release=edge *.snap
41+
for f in *.snap; do snapcraft upload --release=edge $f; done

0 commit comments

Comments
 (0)