Skip to content

Commit

Permalink
fix release upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeswenson committed May 3, 2020
1 parent b8b3257 commit 2aef7cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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: ./target/release/.zip
asset_name: my-artifact.zip
asset_content_type: application/zip
asset_path: ./deploy/
asset_name: otpcli.${{matrix.build.name}}.tar.xz
asset_content_type: application/tar

0 comments on commit 2aef7cf

Please sign in to comment.