Skip to content

Commit

Permalink
Workflow fix (#973)
Browse files Browse the repository at this point in the history
  • Loading branch information
kian99 authored Jun 27, 2023
1 parent 88bdd1e commit 7c3673b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- run: sudo snap install snapcraft --channel=7.x/stable --classic
- run: mkdir -p snap
- run: cp ./snaps/jimm/snapcraft.yaml ./snap/snapcraft.yaml
- run: snapcraft --destructive-mode --output jimm.snap
- run: snapcraft snap --destructive-mode --output jimm.snap
- uses: actions/upload-artifact@v3
with:
name: jimm-snap
Expand Down

0 comments on commit 7c3673b

Please sign in to comment.