Skip to content

Commit

Permalink
update packwiz install
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-crab committed Dec 22, 2024
1 parent 69fb4fc commit 6b7a0c7
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,23 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: List files in the repository
run: |
ls ${{ github.workspace }}
- name: 安装 Packwiz
run: |
go install github.com/packwiz/packwiz@latest
weget -O packwiz.zip https://github.com/packwiz/packwiz/actions/runs/11331794723/artifacts/2054258542
unzip packwiz.zip
chomd +x packwiz
- name: List files in the repository
run: |
ls ${{ github.workspace }}
- name: 检测并生成mods meta信息
run: |
packwiz curseforge detect
./packwiz curseforge detect
- name: 更新index
run: |
packwiz refresh
./packwiz refresh
- name: 生成curseforge包
run: |
packwiz curseforge export
./packwiz curseforge export
- name: 上传包
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 6b7a0c7

Please sign in to comment.