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 ad142ed commit 3b3b6c0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
uses: ActionsTools/[email protected]
with:
file_path: "pakku-lock.json"
prop_path: "mc_versions"
prop_path: "mc_versions[]"

- name: Changelog Parser
id: changelog
Expand Down Expand Up @@ -139,6 +139,7 @@ jobs:
- run: |
cd ./build/curseforge/
mv "$(ls)" "$(ls)-curseforge"
ls
- name: Upload artifact CurseForge
uses: actions/[email protected]
Expand All @@ -150,6 +151,7 @@ jobs:
- run: |
cd ./build/serverpack/
mv "$(ls)" "$(ls)-serverpack"
ls
- name: Upload artifact Server
uses: actions/[email protected]
Expand All @@ -161,6 +163,7 @@ jobs:
- run: |
cd ./build/modrinth/
mv "$(ls)" "$(ls)-modrinth"
ls
- name: Upload artifact modrinth
uses: actions/[email protected]
Expand Down

0 comments on commit 3b3b6c0

Please sign in to comment.