diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 09968cd..823df21 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -72,7 +72,7 @@ jobs: with: 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 asset_path: ./gosecretsdump_mac_${{ env.RELEASE_VERSION }} - asset_name: gosecretsdump_win_${{ env.RELEASE_VERSION }} + asset_name: gosecretsdump_mac_${{ env.RELEASE_VERSION }} asset_content_type: application/octet-stream - name: Upload nix Asset id: upload-release-asset-nix