mirror of
https://github.com/GTNewHorizons/GTNH-Actions-Workflows.git
synced 2026-09-01 11:57:32 +02:00
Assemble already produces a reobfed jar, fix crash with FG (#20)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user