commit a39a004b9b69ae85d9368219ca8ec7ce05ca5ffc
parent 57a7fd100ada93d393e90d794b9ab4ffd66ba578
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date: Wed, 20 Nov 2024 09:16:24 +0100
fix asset path not prefixed with workspace
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
@@ -60,6 +60,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create-release.outputs.upload_url }}
- asset_path: build/*${{ github.event.inputs.version }}*.{zip,deb,rpm}
+ asset_path: ${{github.workspace}}/build/*${{ github.event.inputs.version }}*.{zip,deb,rpm}
asset_name: ${{ github.event.inputs.version }}-asset
asset_content_type: application/octet-stream