mirror of
https://github.com/CherretGit/zaprett-app.git
synced 2025-12-31 16:09:45 +05:00
Update workflow.yml
This commit is contained in:
4
.github/workflows/workflow.yml
vendored
4
.github/workflows/workflow.yml
vendored
@@ -54,6 +54,10 @@ jobs:
|
||||
run: |
|
||||
$ANDROID_HOME/build-tools/$(ls $ANDROID_HOME/build-tools | sort -V | tail -1)/apksigner verify \
|
||||
app/build/outputs/apk/release/app-release.apk
|
||||
- name: Create Tag
|
||||
run: |
|
||||
git tag ${{ github.event.inputs.tag }}
|
||||
git push origin ${{ github.event.inputs.tag }}
|
||||
- name: Create GitHub Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user