add tag field back
This commit is contained in:
parent
94fa70ec60
commit
f8b524a540
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -60,6 +60,7 @@ jobs:
|
|||
working-directory: ./reticulum-meshchat
|
||||
uses: https://github.com/ncipollo/release-action@v1
|
||||
with:
|
||||
tag: "${{ env.LATEST_TAG }}"
|
||||
allowUpdates: true
|
||||
replacesArtifacts: true
|
||||
artifacts: "dist/ReticulumMeshChat-${{ env.LATEST_TAG }}-linux-amd64.AppImage"
|
||||
|
@ -157,6 +158,7 @@ jobs:
|
|||
working-directory: ./reticulum-meshchat
|
||||
uses: https://github.com/ncipollo/release-action@v1
|
||||
with:
|
||||
tag: "${{ env.LATEST_TAG }}"
|
||||
allowUpdates: true
|
||||
replacesArtifacts: true
|
||||
artifacts: "reticulum-meshchat/dist/ReticulumMeshChat-${{ env.LATEST_TAG }}-linux-arm64.AppImage"
|
||||
|
|
Loading…
Add table
Reference in a new issue