Skip to content

Commit

Permalink
Output url
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashdoughty committed Nov 11, 2019
1 parent 5732966 commit e8bbb27
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,16 @@ jobs:
run: npm install

- name: See git ref
id: get_upload_url
uses: ./.github/actions/logger
with:
event: ${{ env.GITHUB_EVENT_PATH }}

- name: Upload Release Asset
id: upload-release-asset
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
upload_url: ${{ steps.get_upload_url.outputs.upload_url }}
asset_path: ./dist/my-artifact.zip
asset_name: my-artifact.zip
asset_content_type: application/zip

0 comments on commit e8bbb27

Please sign in to comment.