Skip to content

Commit 8258af3

Browse files
committed
ci: rename ci steps
1 parent 05148cb commit 8258af3

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/pack.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: pack
1+
name: Packwiz Export
22
on: [push]
33

44
jobs:
@@ -8,24 +8,24 @@ jobs:
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

0 commit comments

Comments
 (0)