File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : pack
1+ name : Packwiz Export
22on : [push]
33
44jobs :
88 os : [macos-latest]
99 runs-on : ${{ matrix.os }}
1010 steps :
11- - name : checkout repository
11+ - name : Checkout repository
1212 uses : actions/checkout@v4
1313
14- - name : make packwiz executable
14+ - name : Make Packwiz executable
1515 run : chmod +x ./packwiz-macos
1616
17- - name : export modrinth
17+ - name : Export modpack artifacts
1818 run : |
1919 ./packwiz-macos mr export
2020 ./packwiz-macos cf export
2121
22- - name : capture export artifacts - modrinth
22+ - name : Capture export artifacts - Modrinth
2323 uses : actions/upload-artifact@v4
2424 with :
2525 name : Artifacts-Modrinth
2626 path : ./**.mrpack
2727
28- - name : capture export artifacts - curseforge
28+ - name : Capture export artifacts - CurseForge
2929 uses : actions/upload-artifact@v4
3030 with :
3131 name : Artifacts-CurseForge
You can’t perform that action at this time.
0 commit comments