Skip to content

Commit

Permalink
Update release action
Browse files Browse the repository at this point in the history
  • Loading branch information
xypwn committed May 10, 2024
1 parent 9194db5 commit 36c0cde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create-new-release.outputs.upload_url }}
asset_path: ./southpark-downloader-ui-linux-amd64
asset_path: ./southpark-downloader-ui-linux-amd64.tar.gz
asset_name: southpark-downloader-ui-linux-amd64
asset_content_type: application/octet-stream

Expand All @@ -111,6 +111,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create-new-release.outputs.upload_url }}
asset_path: ./southpark-downloader-ui-macos-amd64
asset_path: ./southpark-downloader-ui-macos-amd64.tar.gz
asset_name: southpark-downloader-ui-macos-amd64
asset_content_type: application/octet-stream

0 comments on commit 36c0cde

Please sign in to comment.