mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-01 03:15:10 +01:00
Fix CI failing on renaming unsigned builds
This commit is contained in:
parent
6b76c61cd1
commit
d962059ce2
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -79,8 +79,8 @@ jobs:
|
|||||||
- name: Rename APKs (Unsigned)
|
- name: Rename APKs (Unsigned)
|
||||||
if: ${{ env.IS_SKYLINE_SIGNED == 'false' }}
|
if: ${{ env.IS_SKYLINE_SIGNED == 'false' }}
|
||||||
run: |
|
run: |
|
||||||
mv app/build/outputs/apk/debug/app-debug.apk skyline-$GITHUB_RUN_NUMBER-unsigned-debug.apk
|
mv app/build/outputs/apk/full/debug/app-full-debug.apk skyline-$GITHUB_RUN_NUMBER-unsigned-debug.apk
|
||||||
mv app/build/outputs/apk/release/app-release.apk skyline-$GITHUB_RUN_NUMBER-unsigned-release.apk
|
mv app/build/outputs/apk/full/release/app-full-release.apk skyline-$GITHUB_RUN_NUMBER-unsigned-release.apk
|
||||||
|
|
||||||
- name: Upload Unsigned Debug APK
|
- name: Upload Unsigned Debug APK
|
||||||
if: ${{ env.IS_SKYLINE_SIGNED == 'false' }}
|
if: ${{ env.IS_SKYLINE_SIGNED == 'false' }}
|
||||||
|
Loading…
Reference in New Issue
Block a user