mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2026-01-03 17:20:01 -06:00
Update uploadBuildOnTag.yaml
This commit is contained in:
committed by
GitHub
parent
7f8805a761
commit
392df26933
2
.github/workflows/uploadBuildOnTag.yaml
vendored
2
.github/workflows/uploadBuildOnTag.yaml
vendored
@@ -67,6 +67,7 @@ jobs:
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file: ${{ steps.apk-free-generate.outputs.apk-path }}
|
||||
asset_name: 'keypass-free-${{inputs.tag || github.ref_name}}.apk'
|
||||
tag: ${{ inputs.tag || github.ref_name }}
|
||||
overwrite: true
|
||||
file_glob: true
|
||||
@@ -90,5 +91,6 @@ jobs:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file: ${{ steps.apk-pro-generate.outputs.apk-path }}
|
||||
tag: ${{ inputs.tag || github.ref_name }}
|
||||
asset_name: 'keypass-pro-${{inputs.tag || github.ref_name}}.apk'
|
||||
overwrite: true
|
||||
file_glob: true
|
||||
|
||||
Reference in New Issue
Block a user