From 94fa70ec60ab3a6a3fe0d43442c1b8bb58198ec2 Mon Sep 17 00:00:00 2001 From: brooke Date: Sun, 4 May 2025 15:00:24 -0400 Subject: [PATCH] set working directory for release --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 351d148..438c695 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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