Skip to content

Commit 2dfdb7b

Browse files
committed
fix release action
1 parent 2c7d119 commit 2dfdb7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
env:
3939
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
4040
with:
41-
upload_url: ${{github.events.release.upload_url}}
41+
upload_url: ${{github.event.release.upload_url}}
4242
asset_path: cac-${{matrix.os}}.zip
4343
asset_name: cac-${{matrix.os}}.zip
4444
asset_content_type: application/gzip

0 commit comments

Comments
 (0)