update
This commit is contained in:
parent
837813851b
commit
07de7f73b9
1 changed files with 0 additions and 6 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -61,11 +61,8 @@ jobs:
|
|||
uses: https://github.com/ncipollo/release-action@v1
|
||||
with:
|
||||
tag: ${{ env.LATEST_TAG }}
|
||||
draft: true
|
||||
allowUpdates: true
|
||||
replacesArtifacts: true
|
||||
omitDraftDuringUpdate: true
|
||||
omitNameDuringUpdate: true
|
||||
artifacts: "reticulum-meshchat/dist/ReticulumMeshChat-${{ env.LATEST_TAG }}-linux-amd64.AppImage"
|
||||
|
||||
build_linux_aarch64:
|
||||
|
@ -162,9 +159,6 @@ jobs:
|
|||
uses: https://github.com/ncipollo/release-action@v1
|
||||
with:
|
||||
tag: ${{ env.LATEST_TAG }}
|
||||
draft: true
|
||||
allowUpdates: true
|
||||
replacesArtifacts: true
|
||||
omitDraftDuringUpdate: true
|
||||
omitNameDuringUpdate: true
|
||||
artifacts: "reticulum-meshchat/dist/ReticulumMeshChat-${{ env.LATEST_TAG }}-linux-arm64.AppImage"
|
||||
|
|
Loading…
Add table
Reference in a new issue