Skip to content

Commit

Permalink
Fixed name of release artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Geert Audenaert authored and Geert Audenaert committed Nov 29, 2019
1 parent 6906540 commit 8626c38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,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: /home/runner/go/src/github.com/gig-tech/windows-init/cmd/giginit/giginit-amd64.exe
asset_name: GIG Windows Initializer for AMD64
asset_name: giginit-x64.exe
asset_content_type: application/octect-stream
- name: Upload Release Asset
uses: actions/[email protected]
Expand All @@ -57,5 +57,5 @@ 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: /home/runner/go/src/github.com/gig-tech/windows-init/cmd/giginit/giginit-386.exe
asset_name: GIG Windows Initializer for i386
asset_name: giginit-x32.exe
asset_content_type: application/octect-stream

0 comments on commit 8626c38

Please sign in to comment.