We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87e7470 + bbf98fe commit 9a44a48Copy full SHA for 9a44a48
.github/workflows/build-release.yml
@@ -26,15 +26,12 @@ jobs:
26
tag_name: ${{ steps.create_short_sha.outputs.sha_short }}
27
env:
28
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 }}
37
38
39
build-android:
40
name: Build android and upload
0 commit comments