Skip to content

Commit

Permalink
After success with exact path for artifact, try using asterisk to upl…
Browse files Browse the repository at this point in the history
…oad asset with GitHub Actions
  • Loading branch information
nvdaes committed Mar 4, 2020
1 parent a34183c commit 7d2ec83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ 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`.
asset_path: ./clipContentsDesigner-11.0.nvda-addon
asset_path: ./*.nvda-addon
asset_name: nvda-addon
asset_content_type: application/nvda-addon

0 comments on commit 7d2ec83

Please sign in to comment.