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 bc03f1d commit 9166966
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,9 @@ jobs:
- name: Rename artifact curseforge
run: |
cd ./build/curseforge/
ls
mv *.zip $(basename -s .zip *.zip)-curseforge.zip
mv
ls -R
- name: Upload artifact CurseForge
uses: actions/[email protected]
with:
Expand All @@ -147,8 +146,8 @@ jobs:
- name: Rename artifact server
run: |
cd ./build/serverpack/
ls
mv *.zip $(basename -s .zip *.zip)-serverpack.zip
ls -R
- name: Upload artifact server
uses: actions/[email protected]
Expand All @@ -160,8 +159,8 @@ jobs:
- name: Rename artifact modrinth
run: |
cd ./build/modrinth/
ls
mv *.zip $(basename -s .mrpack *.mrpack)-modrinth.mrpack
ls -R
- name: Upload artifact modrinth
uses: actions/[email protected]
Expand Down Expand Up @@ -196,7 +195,7 @@ jobs:
- name: Export
run: |
java -jar ./pakku.jar --debug export
java -jar pakku.jar --debug export
java -jar pakku.jar --debug fetch
- name: Move files
Expand Down

0 comments on commit 9166966

Please sign in to comment.