Skip to content

Commit b846217

Browse files
authored
Trying to fix it
1 parent b9e84f7 commit b846217

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build-release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ jobs:
2626
tag_name: ${{ steps.create_short_sha.outputs.sha_short }}
2727
env:
2828
GITHUB_TOKEN: ${{ github.token }}
29+
30+
- id: step_version
31+
run: echo "::set-output name=version::${{ steps.package_version.outputs.version }}"
32+
- id: step_upload_url
33+
run: echo "::set-output name=upload_url::${{ steps.create_release.outputs.upload_url }}"
34+
outputs:
35+
version: ${{ steps.step_version.outputs.version }}
36+
upload_url: ${{ steps.step_upload_url.outputs.upload_url }}
2937

3038

3139
build-android:

0 commit comments

Comments
 (0)