From c698eaf88334d4b74e27ca829ba9822fc4d08bcf Mon Sep 17 00:00:00 2001 From: salty Date: Thu, 23 Dec 2021 21:45:24 +0100 Subject: [PATCH] GHA: Fix upload path. --- .github/workflows/build-binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-binaries.yml b/.github/workflows/build-binaries.yml index ce1e3b4..5db4a33 100644 --- a/.github/workflows/build-binaries.yml +++ b/.github/workflows/build-binaries.yml @@ -36,6 +36,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ github.event.release.upload_url }} - asset_path: /home/runner/work/publish/SARotate-${{ matrix.arch }} + asset_path: /home/runner/work/publish/SARotate asset_name: SARotate-${{ matrix.arch }} asset_content_type: binary/octet-stream