Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
ionic cordova platform add android@latest
ionic cordova build android
- name: Upload Android APK (Cordova)
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: android-apk-cordova-${{ matrix.os }}
path: |
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
shell: pwsh
run: pwsh -File scripts/inject-gradle-java17.ps1 -AppPath testapp
- name: Upload Android APK (Capacitor)
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: android-apk-${{ runner.os }}
path: |
Expand Down
Loading
Loading