Skip to content

Commit 408e629

Browse files
committed
update release.yml
1 parent c052055 commit 408e629

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
7474
asset_path: ./gosecretsdump_mac_${{ env.RELEASE_VERSION }}
75-
asset_name: gosecretsdump_win_${{ env.RELEASE_VERSION }}
75+
asset_name: gosecretsdump_mac_${{ env.RELEASE_VERSION }}
7676
asset_content_type: application/octet-stream
7777
- name: Upload nix Asset
7878
id: upload-release-asset-nix

0 commit comments

Comments
 (0)