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 9166966 commit 3092c93
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 @@ -135,6 +135,8 @@ jobs:
cd ./build/curseforge/
ls
mv *.zip $(basename -s .zip *.zip)-curseforge.zip
- run: ls R

- name: Upload artifact CurseForge
uses: actions/[email protected]
Expand Down Expand Up @@ -206,8 +208,6 @@ jobs:
# mv -vf manifest.json flame/
mv -vf ./build/.cache/curseforge/* ./.pakku/multimc-overrides/
cd ./.pakku/multimc-overrides/
zip -r ${{ needs.info.outputs.project_name }}-${{ needs.info.outputs.project_version }}-multimc.zip icon.png mmc-pack.json instance.cfg .minecraft/ flame/
Expand Down

0 comments on commit 3092c93

Please sign in to comment.