Assemble already produces a reobfed jar, fix crash with FG (#20)

This commit is contained in:
Raven Szewczyk 2023-01-24 17:35:31 +00:00 committed by GitHub
parent fcdc4aab33
commit 4d36fa7769
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ jobs:
run: ./gradlew --info --stacktrace ${{ inputs.workspace }}
- name: Compile the mod
run: ./gradlew --info --stacktrace assemble jar reobfJar
run: ./gradlew --info --stacktrace assemble
- name: Attach compilation artifacts
uses: actions/upload-artifact@v3