mirror of
https://github.com/izzy2lost/WeeU.git
synced 2026-07-06 00:19:59 -07:00
Add files via upload
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user