Skip to content

Commit

Permalink
Fix Android workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharee committed Aug 13, 2024
1 parent 3f7c619 commit 515dc71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
BUILD_TOOLS_VERSION: ${{ env.BUILD_TOOL_VERSION }}

- name: Rename APK
run: mv ${{ steps.sign_apk.outputs.signedReleaseFile }} ${{ github.workspace }}/android/build/outputs/apk/release/HINTControl_Android_${{ steps.release.outputs.release }}.apk
run: mkdir --parents ${{ github.workspace }}/android/build/outputs/apk/release/ && mv ${{ steps.sign_apk.outputs.signedReleaseFile }} ${{ github.workspace }}/android/build/outputs/apk/release/HINTControl_Android_${{ steps.release.outputs.release }}.apk

- name: Upload APK
if: ${{ always() }}
Expand Down

0 comments on commit 515dc71

Please sign in to comment.