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

This commit is contained in:
Raven Szewczyk
2023-01-25 01:35:31 +08:00
committed by GitHub
parent fcdc4aab33
commit 4d36fa7769
+1 -1
View File
@@ -51,7 +51,7 @@ jobs:
run: ./gradlew --info --stacktrace ${{ inputs.workspace }} run: ./gradlew --info --stacktrace ${{ inputs.workspace }}
- name: Compile the mod - name: Compile the mod
run: ./gradlew --info --stacktrace assemble jar reobfJar run: ./gradlew --info --stacktrace assemble
- name: Attach compilation artifacts - name: Attach compilation artifacts
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3