diff --git a/.github/workflows/android_build.yml b/.github/workflows/android_build.yml index 7eef1639..77ca22a5 100644 --- a/.github/workflows/android_build.yml +++ b/.github/workflows/android_build.yml @@ -10,7 +10,7 @@ on: jobs: build: - runs-on: self-hosted + runs-on: ubuntu-latest steps: - name: Checkout repo diff --git a/.github/workflows/deploy_release_android.yml b/.github/workflows/deploy_release_android.yml index dc01c476..2e63da56 100644 --- a/.github/workflows/deploy_release_android.yml +++ b/.github/workflows/deploy_release_android.yml @@ -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: |