Skip to content

Commit 47b2623

Browse files
authored
Update build-release.yml
1 parent 78046d8 commit 47b2623

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@ jobs:
2626
tag_name: ${{ steps.create_short_sha.outputs.sha_short }}
2727
env:
2828
GITHUB_TOKEN: ${{ github.token }}
29-
29+
30+
- id: step_upload_url
31+
run: echo "::set-output name=upload_url::${{ steps.create_release.outputs.upload_url }}"
32+
outputs:
33+
upload_url: ${{ steps.step_upload_url.outputs.upload_url }}
3034

3135
build-android:
3236
name: Build android and upload

0 commit comments

Comments
 (0)