Skip to content

Commit

Permalink
fix ci?
Browse files Browse the repository at this point in the history
  • Loading branch information
targoninc-alex committed Jun 23, 2024
1 parent b03c451 commit 726b719
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.create_release.outputs.upload_url }}
upload_url: ${{ needs.create-release.outputs.upload_url }}
asset_path: fetchcat-win32-x64.zip
asset_name: fetchcat-win.zip
asset_content_type: application/octet-stream
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.create_release.outputs.upload_url }}
upload_url: ${{ needs.create-release.outputs.upload_url }}
asset_path: fetchcat-linux.deb
asset_name: fetchcat-linux.deb
asset_content_type: application/octet-stream
Expand All @@ -117,7 +117,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.create_release.outputs.upload_url }}
upload_url: ${{ needs.create-release.outputs.upload_url }}
asset_path: fetchcat-linux.rpm
asset_name: fetchcat-linux.rpm
asset_content_type: application/octet-stream

0 comments on commit 726b719

Please sign in to comment.