mirror of
https://github.com/ViaVersion/Mappings.git
synced 2024-11-22 12:05:32 +01:00
Update target dir
This commit is contained in:
parent
ccd36b69d5
commit
d1e43025f8
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -48,7 +48,7 @@ jobs:
|
||||
path: ./next_release.txt
|
||||
|
||||
- name: Compile MappingsGenerator jar
|
||||
run: ./gradlew build && mv target/MappingsGenerator-*.jar ./MappingsGenerator.jar
|
||||
run: ./gradlew build && mv build/libs/MappingsGenerator-*.jar ./MappingsGenerator.jar
|
||||
- name: Run MappingsGenerator
|
||||
run: java -jar MappingsGenerator.jar server.jar ${{ steps.next_release.outputs.content }}
|
||||
- name: Pack mappings
|
||||
|
Loading…
Reference in New Issue
Block a user