Skip to content

Commit

Permalink
feat: upload APK
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Sep 10, 2024
1 parent 99b32a6 commit 08cc769
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,17 @@ jobs:
env:
RUSTFLAGS: -Awarnings

- name: DEBUG find the ipa
run: find ./src-tauri/target/aarch64-apple-ios/release -name '*.ipa'
- name: Upload universal APK
uses: actions/upload-artifact@v3
with:
name: roguetop-android-universal-apk
path: src-tauri/gen/android/app/build/outputs/apk/universal/release/app-universal-release-unsigned.apk

- name: Upload universal ABB
uses: actions/upload-artifact@v3
with:
name: roguetop-android-universal-aab
path: src-tauri/gen/android/app/build/outputs/bundle/universalRelease/app-universal-release.aab

release:
needs: build
Expand Down

0 comments on commit 08cc769

Please sign in to comment.