From 500fea5c3769880d90a9751f36c1914913f9ed9f Mon Sep 17 00:00:00 2001 From: brooke Date: Sun, 4 May 2025 17:44:30 -0400 Subject: [PATCH] remove release working directory --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 00523d3..b3fddee 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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"