Skip to content

Commit

Permalink
Make desktop builds not release due to issues with proguard in latest…
Browse files Browse the repository at this point in the history
… compose version
  • Loading branch information
syt0r committed Jun 14, 2024
1 parent a1d4e86 commit 5698328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
chmod +x gradlew
echo $KEYSTORE | base64 --decode > keystore.jks
./gradlew app:assembleFdroidRelease
./gradlew core:packageReleaseUberJarForCurrentOS
./gradlew core:packageUberJarForCurrentOS
- name: Upload Android Build
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
cache: gradle

- name: Build
run: ./gradlew core:packageReleaseUberJarForCurrentOS
run: ./gradlew core:packageUberJarForCurrentOS

- name: Upload Desktop Build
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 5698328

Please sign in to comment.