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 c684a07 commit fe6a47c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 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/
mv "$(ls)" "$(ls)-curseforge"
rename.ul .zip -curseforge.zip *.zip
ls
- name: Upload artifact CurseForge
Expand All @@ -144,7 +144,7 @@ jobs:

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

- run: |
cd ./build/modrinth/
mv "$(ls)" "$(ls)-modrinth"
rename.ul .zip -modrinth.zip *.zip
ls
- name: Upload artifact modrinth
Expand Down Expand Up @@ -195,6 +195,9 @@ jobs:
java -jar ./pakku.jar --debug export
java -jar pakku.jar --debug fetch
- name: Move files
run: |
ls
cd ./.pakku/multimc-overrides/
mkdir -p flame
Expand Down

0 comments on commit fe6a47c

Please sign in to comment.