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