make installer workflow not slow as shit
All checks were successful
/ Build BaseBand Installer (push) Successful in 5m40s

This commit is contained in:
Daniella / Tove 2024-06-10 18:37:41 +02:00
parent 6ceefce1fa
commit 04b5887167
Signed by: TudbuT
GPG key ID: B3CF345217F202D3

View file

@ -24,7 +24,7 @@ jobs:
uses: https://github.com/gradle/actions/setup-gradle@v3
- name: Build
run: |
./gradlew --no-daemon build
./gradlew --no-daemon Installer:build
bash mobf.sh Installer/build/libs/BaseBand-Installer.jar
- name: Upload Installer
uses: forgejo/upload-artifact@v4