From acf261f2609ef74b803f112e4ee60394ea6c21af Mon Sep 17 00:00:00 2001 From: Izzy Date: Mon, 8 Dec 2025 03:10:07 -0500 Subject: [PATCH] Add files via upload --- .github/workflows/build.yml | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 862d2def..c6d3f55a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 doesn’t 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