diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 533075be..d0c8bf32 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -4,7 +4,6 @@ # documentation. # This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle - name: Build Pojlib on: @@ -20,6 +19,7 @@ jobs: build: runs-on: windows-2022 + steps: - uses: actions/checkout@v3 with: @@ -40,22 +40,19 @@ jobs: local-cache: true link-to-sdk: true - name: Make Gradle wrapper executable and pull LFS - run: git lfs pull | chmod +x ./gradlew - - name: Decode keystore - run: | - bash -c 'base64 --decode <<< "$QCXR_KEYSTORE_BASE64" > qcxr.keystore' - env: - QCXR_KEYSTORE_BASE64: ${{ secrets.QCXR_KEYSTORE_BASE64 }} + run: git lfs pull - name: Build with Gradle uses: gradle/gradle-build-action@v2 with: arguments: build - env: - QCXR_KEYSTORE_ALIAS: ${{ secrets.QCXR_KEYSTORE_ALIAS }} - QCXR_KEYSTORE_PASS: ${{ secrets.QCXR_KEYSTORE_PASS }} - - name: Upload APK + - name: Upload debug + uses: actions/upload-artifact@v3 + with: + name: app-release + path: wrapper/launcher/build/outputs/apk/release/* + - name: Upload release uses: actions/upload-artifact@v3 with: name: app-debug - path: build/outputs/aar/* + path: wrapper/launcher/build/outputs/apk/debug/* diff --git a/.gitmodules b/.gitmodules index cf7ba34c..1677f98e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "wrapper"] path = wrapper - url = https://github.com/QuestCraftPlusPlus/Wrapper-IL2CPP.git + url = https://github.com/thewiilover/Wrapper-IL2CPP.git diff --git a/wrapper b/wrapper index 6b9b7a66..a292a565 160000 --- a/wrapper +++ b/wrapper @@ -1 +1 @@ -Subproject commit 6b9b7a66524e644d2b78d0fa621e6ffb61674302 +Subproject commit a292a5656f62a4b9f723ea11c37140214668a73b