File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1414 reusable_workflow_job :
1515
1616 runs-on : ubuntu-latest
17-
17+ outputs :
18+ 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
1819 steps :
1920 - name : Checkout repository and submodules
2021 uses : actions/checkout@v2
9495
9596 - name : Upload Zip of Build Artifacts
9697 uses : actions/upload-release-asset@v1
97- outputs :
98- 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
9998 env :
10099 GITHUB_TOKEN : ${{ github.token }}
101100 with :
You can’t perform that action at this time.
0 commit comments