From 499c86b6d9776f46ad80486268b6a3ee3751dfb6 Mon Sep 17 00:00:00 2001 From: Alexandr Bogomyakov Date: Tue, 20 Jun 2023 17:01:02 +0300 Subject: [PATCH] Improve actions --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b61eadb..11050c3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,12 +37,13 @@ jobs: contents: write steps: - uses: actions/download-artifact@master + id: download with: name: ${{ env.BINARY_NAME }}_x86_64-linux-musl path: ${{ env.BINARY_NAME }}_x86_64-linux-musl - uses: ncipollo/release-action@v1 name: Update release page with: - artifacts: ${{ env.BINARY_NAME }}_x86_64-linux-musl + artifacts: ${{ steps.download.outputs.download-path }} allowUpdates: true body: Static build for x86_64-linux using MUSL