Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed Apr 8, 2022
1 parent 546763e commit a440601
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/reusable-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,7 @@ jobs:
asset_path: ${{ inputs.filename }}-${{ steps.get_version.outputs.VERSION }}.zip
asset_name: ${{ inputs.filename }}-${{ steps.get_version.outputs.VERSION }}.zip
asset_content_type: application/binary

- name: Store URL
id: storeURLStep
run: echo "::set-output name=outputURL::https://github.com/${{ github.repository_owner }}/${{ github.event.repository.name }}/releases/download/${{ steps.get_version.outputs.VERSION }}/${{ inputs.filename }}-${{ steps.get_version.outputs.VERSION }}.zip"
- name: Store URL
id: storeURLStep
run: echo "::set-output name=outputURL::https://github.com/${{ github.repository_owner }}/${{ github.event.repository.name }}/releases/download/${{ steps.get_version.outputs.VERSION }}/${{ inputs.filename }}-${{ steps.get_version.outputs.VERSION }}.zip"

0 comments on commit a440601

Please sign in to comment.