Skip to content

Commit

Permalink
ci: create snap dirs before pushing snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelgautier committed Sep 18, 2023
1 parent 27ed7a0 commit 3b51238
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,12 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

# https://github.com/goreleaser/goreleaser/issues/1715#issuecomment-667002748
- name: Install Snapcraft
run: |
sudo snap install --classic snapcraft
mkdir -p $HOME/.cache/snapcraft/download
mkdir -p $HOME/.cache/snapcraft/stage-packages
- uses: goreleaser/goreleaser-action@v5
with:
Expand Down

0 comments on commit 3b51238

Please sign in to comment.