Skip to content

Commit 9a44a48

Browse files
authored
Merge pull request #13 from Hanprogramer/test
Update build-release.yml
2 parents 87e7470 + bbf98fe commit 9a44a48

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/build-release.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,12 @@ 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 }}"
29+
30+
3231
- id: step_upload_url
3332
run: echo "::set-output name=upload_url::${{ steps.create_release.outputs.upload_url }}"
3433
outputs:
35-
version: ${{ steps.step_version.outputs.version }}
3634
upload_url: ${{ steps.step_upload_url.outputs.upload_url }}
37-
3835

3936
build-android:
4037
name: Build android and upload

0 commit comments

Comments
 (0)