Skip to content

Commit

Permalink
ghoasda
Browse files Browse the repository at this point in the history
  • Loading branch information
alexytomi authored Dec 5, 2024
1 parent 65a54cb commit 80de89c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,26 @@ jobs:
java-version: '17'
distribution: 'adopt'

- name: Fetch JRE for hopes and dreams
run: |
echo $HOME
mkdir ~/jdks
cd ~/jdks
wget https://github.com/Anuken/MindustryJreBuilds/releases/download/v2/jre-linux64.zip
wget https://github.com/Anuken/MindustryJreBuilds/releases/download/v2/jre-windows64.zip
wget https://github.com/Anuken/MindustryJreBuilds/releases/download/v2/jre-macos.zip
wget https://github.com/Anuken/MindustryJreBuilds/releases/download/v1/packr.jar
unzip jre-linux64.zip
unzip jre-windows64.zip
unzip jre-macos.zip
ls
- name: Build with Gradle
env:
keystore_password: ${{ secrets.KEYSTORE_PASSWORD_SECRET }}
keystore_alias_password: ${{ secrets.KEYSTORE_PASSWORD_SECRET }}
keystore_alias: frog
JDK_DIR: /home/runner/jdks/
run: |
./gradlew clean
./gradlew android:assembleDebug --stacktrace --info
Expand Down

0 comments on commit 80de89c

Please sign in to comment.