Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xikaro committed Oct 25, 2024
1 parent fe6a47c commit 5a74de1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
- run: |
cd ./build/curseforge/
rename.ul .zip -curseforge.zip *.zip
mv *.zip $(basename -s .zip *.zip)-curseforge.zip
ls
- name: Upload artifact CurseForge
Expand All @@ -144,7 +144,7 @@ jobs:

- run: |
cd ./build/serverpack/
rename.ul .zip -serverpack.zip *.zip
mv *.zip $(basename -s .zip *.zip)-serverpack.zip
ls
- name: Upload artifact Server
Expand All @@ -156,7 +156,7 @@ jobs:

- run: |
cd ./build/modrinth/
rename.ul .zip -modrinth.zip *.zip
mv *.zip $(basename -s .zip *.zip)-modrinth.zip
ls
- name: Upload artifact modrinth
Expand Down

0 comments on commit 5a74de1

Please sign in to comment.