Skip to content

Commit

Permalink
Bump the action-build snapcore action, which seems to only have 1.3.0…
Browse files Browse the repository at this point in the history
… available now.
  • Loading branch information
tonyandrewmeyer committed Sep 25, 2024
1 parent 0ca17af commit 9cb6c3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Build ${{ env.SNAP_NAME }} Snap
id: build-snap
uses: snapcore/action-build@v1.1.3
uses: snapcore/action-build@v1.3.0

- uses: actions/upload-artifact@v3
if: failure()
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Build ${{ env.SNAP_NAME }} Snap for ${{ matrix.arch }}
id: build-snap
uses: snapcore/action-build@v1.1.3
uses: snapcore/action-build@v1.3.0
with:
snapcraft-args: remote-build --build-for=${{ matrix.arch }} --launchpad-accept-public-upload

Expand Down

0 comments on commit 9cb6c3b

Please sign in to comment.