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"