Update release workflow
This commit is contained in:
parent
014bbfcc10
commit
f5e3eef0d6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-release.yml
vendored
2
.github/workflows/build-release.yml
vendored
|
@ -48,7 +48,7 @@ jobs:
|
||||||
git tag "$tag"
|
git tag "$tag"
|
||||||
git push origin "$tag"
|
git push origin "$tag"
|
||||||
gh release create "$tag" \
|
gh release create "$tag" \
|
||||||
--title "v${{ github.event.inputs.versionName }}" \
|
--title "${{ github.event.inputs.versionName }}" \
|
||||||
--generate-notes \
|
--generate-notes \
|
||||||
app/build/outputs/apk/release/Manager.apk
|
app/build/outputs/apk/release/Manager.apk
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue