Skip to content

Commit

Permalink
Update build-snap-release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Faster3ck authored Jan 8, 2024
1 parent 3ac28db commit f33dce4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build-snap-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ jobs:
with:
path: package/Snap

- uses: actions/upload-artifact@v4
- name: Plublish Snap
uses: snapcore/action-publish@v1
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPSTORE_LOGIN }}
with:
name: snap
path: ${{ steps.snapcraft.outputs.snap }}
snap: ${{ steps.snapcraft.outputs.snap }}
release: stable

0 comments on commit f33dce4

Please sign in to comment.