Skip to content

Commit

Permalink
release three archs
Browse files Browse the repository at this point in the history
Signed-off-by: Billy Zha <[email protected]>
  • Loading branch information
qweeah committed Jan 30, 2024
1 parent e5bed46 commit 144f602
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/release-snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,18 @@ jobs:
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.STORE_LOGIN }}
with:
snap: 'oras-test_${{ steps.version.outputs.version }}_*.snap'
snap: 'oras-test_${{ steps.version.outputs.version }}_amd64.snap'
release: ${{ steps.version.outputs.release }}
- uses: snapcore/action-publish@v1
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.STORE_LOGIN }}
with:
snap: 'oras-test_${{ steps.version.outputs.version }}_arm64.snap'
release: ${{ steps.version.outputs.release }}
- uses: snapcore/action-publish@v1
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.STORE_LOGIN }}
with:
snap: 'oras-test_${{ steps.version.outputs.version }}_s390x.snap'
release: ${{ steps.version.outputs.release }}

0 comments on commit 144f602

Please sign in to comment.