Update uploadBuildOnTag.yaml

This commit is contained in:
Yogesh Choudhary Paliyal
2024-09-17 20:43:34 +05:30
committed by GitHub
parent 7f8805a761
commit 392df26933

View File

@@ -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