mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
fix: package name in snap package'
This commit is contained in:
parent
a05337b195
commit
5f096874d0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/dev.yml
vendored
4
.github/workflows/dev.yml
vendored
|
@ -57,7 +57,7 @@ jobs:
|
|||
env:
|
||||
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAP_STORE_LOGIN }}
|
||||
with:
|
||||
snap: dist/ArmCord_3.3.0_amd64.snap
|
||||
snap: dist/armcord.3.0_amd64.snap
|
||||
release: edge
|
||||
build-snap-arm64:
|
||||
runs-on: warp-ubuntu-latest-arm64-2x
|
||||
|
@ -83,7 +83,7 @@ jobs:
|
|||
env:
|
||||
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAP_STORE_LOGIN }}
|
||||
with:
|
||||
snap: dist/ArmCord_3.3.0_arm64.snap
|
||||
snap: dist/armcord_3.3.0_arm64.snap
|
||||
release: edge
|
||||
build-linux-arm:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue