fix installer workflow
This commit is contained in:
parent
0dc6fd16d7
commit
6ceefce1fa
3 changed files with 4 additions and 5 deletions
|
@ -23,11 +23,8 @@ jobs:
|
||||||
- name: Initialize Gradle
|
- name: Initialize Gradle
|
||||||
uses: https://github.com/gradle/actions/setup-gradle@v3
|
uses: https://github.com/gradle/actions/setup-gradle@v3
|
||||||
- name: Build
|
- name: Build
|
||||||
# we cd into installer in order to skip the minecraft stuff
|
run: |
|
||||||
run: |
|
./gradlew --no-daemon build
|
||||||
cd Installer
|
|
||||||
../gradlew --no-daemon build
|
|
||||||
cd ..
|
|
||||||
bash mobf.sh Installer/build/libs/BaseBand-Installer.jar
|
bash mobf.sh Installer/build/libs/BaseBand-Installer.jar
|
||||||
- name: Upload Installer
|
- name: Upload Installer
|
||||||
uses: forgejo/upload-artifact@v4
|
uses: forgejo/upload-artifact@v4
|
||||||
|
|
1
Discord/dummy-trigger
Normal file
1
Discord/dummy-trigger
Normal file
|
@ -0,0 +1 @@
|
||||||
|
1718036627
|
1
Installer/dummy-trigger
Normal file
1
Installer/dummy-trigger
Normal file
|
@ -0,0 +1 @@
|
||||||
|
1718036627
|
Loading…
Add table
Reference in a new issue