mirror of
https://github.com/GTNewHorizons/GTNH-Actions-Workflows.git
synced 2025-07-01 18:01:28 +02:00
Assemble already produces a reobfed jar, fix crash with FG (#20)
This commit is contained in:
parent
fcdc4aab33
commit
4d36fa7769
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user