Skip to content

Commit

Permalink
update build script to use the correct apk filename
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed Dec 21, 2024
1 parent 41b8162 commit 5386771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build_android/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ runs:
- name: Rename APK
shell: bash
if: inputs.build-mode == 'apk'
run: cd build/app/outputs/apk/release/ && mv apk-release.apk tailCompanyApp-${{ inputs.version }}-${{ inputs.build-number }}.apk
run: cd build/app/outputs/apk/release/ && mv app-release.apk tailCompanyApp-${{ inputs.version }}-${{ inputs.build-number }}.apk
- uses: actions/upload-artifact@v4
continue-on-error: true
if: inputs.build-mode == 'apk'
Expand Down

0 comments on commit 5386771

Please sign in to comment.