Skip to content

Commit 72640b8

Browse files
Update release.yml
1 parent a0b1e04 commit 72640b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
find out/ -name "*.snap" -o -name "*snap*" | head -10
8686
- name: Publish Snap to Snap Store
8787
if: matrix.os == 'ubuntu-22.04' && startsWith(github.ref, 'refs/tags/')
88-
run: snapcraft push $(ls out/*.snap | head -1) --release latest/stable
88+
run: snapcraft push $(find out/make/snap/x64/ -name "swach_*_amd64.snap") --release latest/stable
8989
# - name: Make Apple arm64
9090
# if: matrix.os == 'macos-11.0' && startsWith(github.ref, 'refs/tags/')
9191
# run: pnpm make --arch=arm64

0 commit comments

Comments
 (0)