Skip to content

Commit

Permalink
step 1: reintegrate new gradle
Browse files Browse the repository at this point in the history
FIX #1
  • Loading branch information
nekit508 committed Oct 4, 2024
1 parent b9bb43c commit 65df99c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/workflow-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,10 @@ jobs:
with:
java-version: 17
distribution: temurin
- name: Setup Android SDK
uses: android-actions/setup-android@v3
with:
packages: 'platforms;android-34 build-tools;34.0.0'
- name: Build mod artifact
run: |
chmod +x gradlew
./gradlew clean dex
./gradlew clean nmpBuildRelease
- name: Upload built mod artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 65df99c

Please sign in to comment.