mirror of
https://github.com/SSimco/Cemu.git
synced 2024-11-22 21:09:38 +00:00
This commit is contained in:
parent
f9c4b3aed7
commit
a8370684a1
3
.github/workflows/android_build.yml
vendored
3
.github/workflows/android_build.yml
vendored
@ -10,12 +10,13 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: self-hosted
|
||||
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
submodules: "recursive"
|
||||
fetch-depth: 0
|
||||
|
||||
|
4
.github/workflows/deploy_release_android.yml
vendored
4
.github/workflows/deploy_release_android.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
||||
secrets: inherit
|
||||
deploy:
|
||||
name: Deploy experimental release
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: self-hosted
|
||||
needs: [call-release-build]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
@ -35,7 +35,7 @@ jobs:
|
||||
VERSION=${{ env.CEMU_VERSION }}
|
||||
echo "Cemu Version is $VERSION"
|
||||
ls cemu-android
|
||||
mv cemu-android/*.apk upload/Cemu-$VERSION.apk
|
||||
mv cemu-android/**/*.apk upload/Cemu-$VERSION.apk
|
||||
|
||||
- name: Create release
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user