mirror of
https://github.com/izzy2lost/WeeU.git
synced 2026-07-06 00:19:59 -07:00
Update build.yml
This commit is contained in:
@@ -10,7 +10,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
|
||||
@@ -9,7 +9,7 @@ jobs:
|
||||
secrets: inherit
|
||||
deploy:
|
||||
name: Deploy experimental release
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-22.04
|
||||
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: |
|
||||
|
||||
Reference in New Issue
Block a user