Skip to content

Commit

Permalink
Fix asset path
Browse files Browse the repository at this point in the history
  • Loading branch information
dnl50 committed Dec 26, 2023
1 parent abac9ad commit 4636035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: $RUNNER_TEMP/tsa
asset_path: ${{ runner.temp }}/tsa
asset_name: tsa
asset_content_type: application/octet-stream

Expand Down

0 comments on commit 4636035

Please sign in to comment.