Update build.yml

This commit is contained in:
Refactoring 2024-07-17 19:40:38 +05:30 committed by GitHub
parent e491115f67
commit 0a2aac0e95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -18,6 +18,10 @@ jobs:
distribution: temurin
java-version: 8
- name: Building Jar with Libraries
working-directory: ./autobuilder
run: npm install && LOGIN=${{ secrets.LOGIN }} PASSWORD=${{ secrets.PASSWORD }} node index --version 1.8.9 --branch ${{ steps.branch-name.outputs.current_branch }} --commit ${{ steps.commit.outputs.short }}
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
@ -31,7 +35,3 @@ jobs:
# - name: Obfuscating Jar
# working-directory: ./autobuilder
# run: mkdir ./jars && java -jar obfuscator.jar --jarIn ../build/libs/client-1.8.9.jar --jarOut ./jars/Client.jar --scriptFile obfuscationScript.js --config config
- name: Building Jar with Libraries
working-directory: ./autobuilder
run: npm install && LOGIN=${{ secrets.LOGIN }} PASSWORD=${{ secrets.PASSWORD }} node index --version 1.8.9 --branch ${{ steps.branch-name.outputs.current_branch }} --commit ${{ steps.commit.outputs.short }}