Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Osiris-Team committed May 20, 2023
1 parent 6d4a527 commit 9b32a3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,15 +163,15 @@ jobs:
uses: android-actions/setup-android@v2
- name: Build
continue-on-error: true
# Add tasks android:packageRelease android:packageReleaseBundle if you want to created signed release ready apk and bundle.
# Also remove -x android:validateSigningDebug from below in that case.
# Release singing:
# https://developer.android.com/studio/publish/app-signing
# https://medium.com/google-developer-experts/github-actions-for-android-developers-6b54c8a32f55
run: |
echo "GRAALVM_HOME: $GRAALVM_HOME"
echo "JAVA_HOME: $JAVA_HOME"
chmod +x gradlew
export ANDROID_HOME=$HOME/.android/sdk
./gradlew clean shadowJar android:build -x android:validateSigningDebug --stacktrace --info --no-daemon -x test
./gradlew clean shadowJar android:build --stacktrace --info --no-daemon -x test
cd ./android
echo "Contents of ./build folder:"
find ./build
Expand Down
Binary file removed desktop/build/resources/main/icon.png
Binary file not shown.

0 comments on commit 9b32a3a

Please sign in to comment.