Skip to content

Commit

Permalink
fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
MESYETI committed Apr 26, 2024
1 parent 2c7d119 commit 2dfdb7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
with:
upload_url: ${{github.events.release.upload_url}}
upload_url: ${{github.event.release.upload_url}}
asset_path: cac-${{matrix.os}}.zip
asset_name: cac-${{matrix.os}}.zip
asset_content_type: application/gzip

0 comments on commit 2dfdb7b

Please sign in to comment.