Skip to content

Commit

Permalink
[from now] 2024/02/11 00:01:13
Browse files Browse the repository at this point in the history
diff --git a/.github/workflows/snap.yml b/.github/workflows/snap.yml
index 448bcd8..2640231 100644
--- a/.github/workflows/snap.yml
+++ b/.github/workflows/snap.yml
@@ -49,5 +49,7 @@ jobs:
       - name: Build snap
         run: |
           pnpm run snap
-      - name: Confirm
-        run: tree src-tauri/target/snap
+      - name: Publish
+        working-directory: src-tauri/target
+        run: |
+          snapcraft upload ./*.snap --release beta
  • Loading branch information
h3poteto committed Feb 10, 2024
1 parent 779c683 commit b797bea
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,7 @@ jobs:
- name: Build snap
run: |
pnpm run snap
- name: Confirm
run: tree src-tauri/target/snap
- name: Publish
working-directory: src-tauri/target
run: |
snapcraft upload ./*.snap --release beta

0 comments on commit b797bea

Please sign in to comment.