Add files via upload

This commit is contained in:
Izzy
2025-12-08 03:10:07 -05:00
committed by GitHub
parent 853d1d467e
commit acf261f260
+2 -15
View File
@@ -225,7 +225,7 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v5
uses: actions/checkout@v3
with:
submodules: "recursive"
fetch-depth: 0
@@ -251,19 +251,6 @@ jobs:
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Install vcpkg dependencies for Android (arm64)
run: |
# Ensure we're at the repo root where vcpkg.json lives
cd "$GITHUB_WORKSPACE"
# (Optional, if your custom action doesnt bootstrap)
# ./dependencies/vcpkg/bootstrap-vcpkg.sh -disableMetrics
# Install all manifest deps for the Android triplet
./dependencies/vcpkg/vcpkg install \
--triplet arm64-android \
--binarycaching
- name: Build Cemu
env:
ANDROID_STORE_FILE_BASE64: ${{ secrets.ANDROID_STORE_FILE_BASE64 }}
@@ -288,7 +275,7 @@ jobs:
./gradlew testRelease
- name: Upload artifact
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v4
with:
name: cemu-bin-android
path: ./src/android/app/build/outputs/apk/*/*.apk