Fix: Use assembleDebug/assembleRelease without flavor prefix
Build Debug / Build Android Debug APK (push) Failing after 1m30s
Build UUVPN / Build Android APK (push) Failing after 1m37s
Build UUVPN / Cleanup old artifacts (push) Failing after 0s
Build Debug / Build iOS Debug App (push) Has been cancelled
Build UUVPN / Build iOS IPA (push) Has been cancelled
Build UUVPN / Create GitHub Release (push) Has been cancelled
Build UUVPN / Upload to TestFlight (push) Has been cancelled
Build UUVPN / Send Notification (push) Has been cancelled
Build Debug / Build Android Debug APK (push) Failing after 1m30s
Build UUVPN / Build Android APK (push) Failing after 1m37s
Build UUVPN / Cleanup old artifacts (push) Failing after 0s
Build Debug / Build iOS Debug App (push) Has been cancelled
Build UUVPN / Build iOS IPA (push) Has been cancelled
Build UUVPN / Create GitHub Release (push) Has been cancelled
Build UUVPN / Upload to TestFlight (push) Has been cancelled
Build UUVPN / Send Notification (push) Has been cancelled
This commit is contained in:
@@ -166,19 +166,19 @@ jobs:
|
||||
if: ${{ github.event_name == 'pull_request' || github.ref == 'refs/heads/develop' }}
|
||||
run: |
|
||||
cd Android-kotlin-Code
|
||||
./gradlew app:assembleAlphaDebug --stacktrace
|
||||
./gradlew app:assembleDebug --stacktrace
|
||||
|
||||
- name: Build Android Release APK
|
||||
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
|
||||
run: |
|
||||
cd Android-kotlin-Code
|
||||
./gradlew app:assembleAlphaRelease --stacktrace
|
||||
./gradlew app:assembleRelease --stacktrace
|
||||
|
||||
- name: Build Android APK (Default)
|
||||
if: ${{ github.event_name == 'push' && !startsWith(github.ref, 'refs/tags/v') && github.ref != 'refs/heads/develop' }}
|
||||
run: |
|
||||
cd Android-kotlin-Code
|
||||
./gradlew app:assembleAlphaRelease --stacktrace
|
||||
./gradlew app:assembleRelease --stacktrace
|
||||
|
||||
- name: Upload Android APK Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
Reference in New Issue
Block a user