fix artifacts name
This commit is contained in:
parent
42e09a2ef0
commit
132a58700a
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -47,7 +47,7 @@ jobs:
|
||||||
run: npm run dist
|
run: npm run dist
|
||||||
env:
|
env:
|
||||||
ELECTRON_BUILDER_ARCH: x64
|
ELECTRON_BUILDER_ARCH: x64
|
||||||
|
|
||||||
- name: Rename AppImage with AMD64 Label
|
- name: Rename AppImage with AMD64 Label
|
||||||
run: |
|
run: |
|
||||||
for file in reticulum-meshchat/dist/*.AppImage; do
|
for file in reticulum-meshchat/dist/*.AppImage; do
|
||||||
|
@ -67,7 +67,7 @@ jobs:
|
||||||
replacesArtifacts: true
|
replacesArtifacts: true
|
||||||
omitDraftDuringUpdate: true
|
omitDraftDuringUpdate: true
|
||||||
omitNameDuringUpdate: true
|
omitNameDuringUpdate: true
|
||||||
artifacts: "reticulum-meshchat/dist/*-amd64-linux.AppImage"
|
artifacts: "reticulum-meshchat/dist/*-amd64.AppImage"
|
||||||
|
|
||||||
build_linux_aarch64:
|
build_linux_aarch64:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
@ -169,4 +169,4 @@ jobs:
|
||||||
replacesArtifacts: true
|
replacesArtifacts: true
|
||||||
omitDraftDuringUpdate: true
|
omitDraftDuringUpdate: true
|
||||||
omitNameDuringUpdate: true
|
omitNameDuringUpdate: true
|
||||||
artifacts: "reticulum-meshchat/dist/*-arm64-linux.AppImage"
|
artifacts: "reticulum-meshchat/dist/*-arm64.AppImage"
|
||||||
|
|
Loading…
Add table
Reference in a new issue