set working directory for release
This commit is contained in:
parent
5314f4e002
commit
94fa70ec60
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -57,12 +57,12 @@ jobs:
|
|||
done
|
||||
|
||||
- name: Create Release
|
||||
id: create_release
|
||||
working-directory: ./reticulum-meshchat
|
||||
uses: https://github.com/ncipollo/release-action@v1
|
||||
with:
|
||||
allowUpdates: true
|
||||
replacesArtifacts: true
|
||||
artifacts: "reticulum-meshchat/dist/ReticulumMeshChat-${{ env.LATEST_TAG }}-linux-amd64.AppImage"
|
||||
artifacts: "dist/ReticulumMeshChat-${{ env.LATEST_TAG }}-linux-amd64.AppImage"
|
||||
|
||||
build_linux_aarch64:
|
||||
runs-on: ubuntu-22.04
|
||||
|
@ -154,7 +154,7 @@ jobs:
|
|||
ls -la reticulum-meshchat/dist/
|
||||
|
||||
- name: Create Release
|
||||
id: create_release
|
||||
working-directory: ./reticulum-meshchat
|
||||
uses: https://github.com/ncipollo/release-action@v1
|
||||
with:
|
||||
allowUpdates: true
|
||||
|
|
Loading…
Add table
Reference in a new issue