mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-23 03:17:53 +01:00
Hrm
- Remove sources and javadoc after glob copying them
This commit is contained in:
parent
0dc8f97b73
commit
811b0f2532
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -69,9 +69,11 @@ jobs:
|
||||||
echo "FABRIC_API_VERSION=$(grep '^fabric_api_version =' gradle.properties | cut -d'=' -f2 | tr -d ' ' | sed 's/+.*//')" >> "$GITHUB_ENV"
|
echo "FABRIC_API_VERSION=$(grep '^fabric_api_version =' gradle.properties | cut -d'=' -f2 | tr -d ' ' | sed 's/+.*//')" >> "$GITHUB_ENV"
|
||||||
|
|
||||||
- name: Move Test Mod and Flywheel into run/mods
|
- name: Move Test Mod and Flywheel into run/mods
|
||||||
|
# We don't want to recreate the jar name formatting so glob everything over then remove the sources and javadoc jars
|
||||||
run: |
|
run: |
|
||||||
mkdir -p run/mods
|
mkdir -p run/mods
|
||||||
cp ${{ matrix.loader }}/build/libs/*.jar run/mods
|
cp ${{ matrix.loader }}/build/libs/*.jar run/mods
|
||||||
|
rm -f run/mods/*-sources.jar run/mods/*-javadoc.jar
|
||||||
|
|
||||||
# Lock to a specific commit, it would be bad if the tag is re-pushed with unwanted changes
|
# Lock to a specific commit, it would be bad if the tag is re-pushed with unwanted changes
|
||||||
- name: Run the MC client
|
- name: Run the MC client
|
||||||
|
|
Loading…
Reference in a new issue