fix accidental paste of old dist wildcard
All checks were successful
Build Linux AppImages / build_linux_amd64 (push) Successful in 6m11s
All checks were successful
Build Linux AppImages / build_linux_amd64 (push) Successful in 6m11s
This commit is contained in:
parent
500fea5c37
commit
607149c26c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -62,4 +62,4 @@ jobs:
|
|||
tag: "${{ env.LATEST_TAG }}"
|
||||
allowUpdates: true
|
||||
replacesArtifacts: true
|
||||
artifacts: "reticulum-meshchat/dist/*-amd64-linux.AppImage"
|
||||
artifacts: "reticulum-meshchat/dist/ReticulumMeshChat-${{ env.LATEST_TAG }}-linux-amd64.AppImage"
|
||||
|
|
Loading…
Add table
Reference in a new issue