diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e500024..633ae52 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,4 +32,6 @@ jobs: # run: strip target/x86_64-unknown-linux-musl/release/${{ env.BINARY_NAME }} - uses: ncipollo/release-action@v1 with: - artifacts: target/x86_64-unknown-linux-musl/release/${{ env.BINARY_NAME }}* \ No newline at end of file + artifacts: target/x86_64-unknown-linux-musl/release/${{ env.BINARY_NAME }}* + allowUpdates: true + body: Static build for x86_64-linux using MUSL