Skip to content

Commit

Permalink
Use run number in upload filename in Android builds
Browse files Browse the repository at this point in the history
  • Loading branch information
tschbc committed Aug 15, 2024
1 parent 972631d commit 926a921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
- name: Push build to Artifactory
run: |
export JFROG_CLI_LOG_LEVEL=DEBUG
jf rt upload ${{ steps.sign_app.outputs.signedReleaseFile }} ${{ vars.ARTIFACTORY_REPO_NAME }}
jf rt upload ${{ steps.sign_app.outputs.signedReleaseFile }} "${{ vars.ARTIFACTORY_REPO_NAME }}/SecureImage-android-${{ github.run_number }}.apk"

0 comments on commit 926a921

Please sign in to comment.