From a80b2f3edf04e59247a6de74164cdf3867c9e2c1 Mon Sep 17 00:00:00 2001 From: House of Vanity Date: Tue, 20 Jun 2023 14:14:42 +0300 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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