remove release working directory
All checks were successful
Build Linux AppImages / build_linux_amd64 (push) Successful in 6m13s
All checks were successful
Build Linux AppImages / build_linux_amd64 (push) Successful in 6m13s
This commit is contained in:
parent
c9cab14862
commit
500fea5c37
1 changed files with 1 additions and 2 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -57,10 +57,9 @@ jobs:
|
|||
done
|
||||
|
||||
- name: Create Release
|
||||
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"
|
||||
artifacts: "reticulum-meshchat/dist/*-amd64-linux.AppImage"
|
||||
|
|
Loading…
Add table
Reference in a new issue