Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
sdadsa
  • Loading branch information
megustas2xj authored Jun 27, 2024
1 parent 9ef5636 commit 68dcedc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
echo androidStoreFile='key.jks' >> gradle.properties
echo ${{ secrets.KEY_STORE }} | base64 --decode > key.jks
fi
- name: Checkout libxposed/api
uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -77,12 +78,14 @@ jobs:
cd service
echo 'org.gradle.jvmargs=-Xmx2048m' >> gradle.properties
./gradlew :interface:publishInterfacePublicationToMavenLocal
- name: Build with Gradle
run: |
echo 'org.gradle.parallel=true' >> gradle.properties
echo 'org.gradle.jvmargs=-Xmx2048m' >> gradle.properties
echo 'android.native.buildOutput=verbose' >> gradle.properties
./gradlew buildAll
- name: Upload Debug artifact
uses: actions/upload-artifact@v3
with:
Expand All @@ -102,12 +105,14 @@ jobs:
path: |
patch-loader/build/outputs/mapping
manager/build/outputs/mapping
- name: Upload symbols
uses: actions/upload-artifact@v3
with:
name: symbols
path: |
patch-loader/build/symbols
- name: Post to channel
if: ${{ github.event_name != 'pull_request' && success() && github.ref == 'refs/heads/master' }}
env:
Expand Down

0 comments on commit 68dcedc

Please sign in to comment.