git: Upload nightly snaps to edge channel

This commit is contained in:
WerWolv 2025-08-21 19:44:44 +02:00
parent a667a1b6a9
commit 5a1f3d40a7
2 changed files with 18 additions and 2 deletions

View File

@ -98,4 +98,18 @@ jobs:
gh release edit nightly --notes-file changelog.md
# Upload new assets
gh release upload nightly ../*.* --clobber
gh release upload nightly ../*.* --clobber
- name: ⬆️ Publish x86_64 Snap package
uses: snapcore/action-publish@v1
with:
store_login: ${{ secrets.SNAP_STORE_LOGIN }}
snap: imhex-${{ env.IMHEX_VERSION }}-x86_64.snap
release: edge
- name: ⬆️ Publish arm64 Snap package
uses: snapcore/action-publish@v1
with:
store_login: ${{ secrets.SNAP_STORE_LOGIN }}
snap: imhex-${{ env.IMHEX_VERSION }}-arm64.snap
release: edge

View File

@ -194,9 +194,11 @@ jobs:
with:
store_login: ${{ secrets.SNAP_STORE_LOGIN }}
snap: imhex-${{ env.IMHEX_VERSION }}-x86_64.snap
release: stable
- name: ⬆️ Publish arm64 Snap package
uses: snapcore/action-publish@v1
with:
store_login: ${{ secrets.SNAP_STORE_LOGIN }}
snap: imhex-${{ env.IMHEX_VERSION }}-arm64.snap
snap: imhex-${{ env.IMHEX_VERSION }}-arm64.snap
release: stable