From 275ed1952bfe740d45f45c6a47dd46520fab68ab Mon Sep 17 00:00:00 2001 From: Alexandr Bogomyakov Date: Tue, 20 Jun 2023 16:50:58 +0300 Subject: [PATCH] Improve actions --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f74db9b..b61eadb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,6 +43,6 @@ jobs: - uses: ncipollo/release-action@v1 name: Update release page with: - artifacts: target/x86_64-unknown-linux-musl/release/${{ env.BINARY_NAME }} + artifacts: ${{ env.BINARY_NAME }}_x86_64-linux-musl allowUpdates: true body: Static build for x86_64-linux using MUSL