From 03aef27c575c95b1bec66aa901a550c65c7ac0b4 Mon Sep 17 00:00:00 2001 From: Pavol Ipoth Date: Tue, 13 Jun 2023 16:42:32 +0200 Subject: [PATCH] test --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5155e9e..0503ef4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -55,6 +55,6 @@ jobs: uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: target/release/${{ matrix.artifact_name }} + file: target/x86_64-unknown-linux-musl/release/${{ matrix.artifact_name }} asset_name: ${{ matrix.asset_name }} tag: ${{ github.ref }}