Skip to content

Commit

Permalink
rename APK file in Android workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
julesgrc0 committed Feb 25, 2024
1 parent ab1b2e7 commit f04cf23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Rename APK
run: |
rename ${{steps.signapp.outputs.signedFile}} ${{env.BUILD_PATH }}/wipsy-${{env.BUILD_PLATFORM}}-${{matrix.arch}}.apk
mv ${{steps.signapp.outputs.signedFile}} ${{env.BUILD_PATH }}/wipsy-${{env.BUILD_PLATFORM}}-${{matrix.arch}}.apk
- name: Upload Artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit f04cf23

Please sign in to comment.