Skip to content

Commit b74d626

Browse files
committed
update reusable
1 parent 05b6229 commit b74d626

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/reusable-release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
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
@@ -94,8 +95,6 @@ jobs:
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:

0 commit comments

Comments
 (0)