Skip to content

Commit

Permalink
also change the other paths where cheetah-server is located after build
Browse files Browse the repository at this point in the history
  • Loading branch information
TrainmasterHD committed Jan 5, 2025
1 parent 4c6dc1e commit 5ae6741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
- name: Bundle
run: ./gradlew createMojmapBundlerJar --info
- name: Rename Artifact
run: mv cheetah-server/build/libs/cheetah-bundler-1.21.4-R0.1-SNAPSHOT-mojmap.jar build/libs/cheetah-1.21.4.jar
run: mv cheetah-server/build/libs/cheetah-bundler-1.21.4-R0.1-SNAPSHOT-mojmap.jar cheetah-server/build/libs/cheetah-1.21.4.jar
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: Cheetah-1.21.4
path: build/libs/cheetah-1.21.4.jar
path: cheetah-server/build/libs/cheetah-1.21.4.jar
if-no-files-found: error

0 comments on commit 5ae6741

Please sign in to comment.