Skip to content

Commit a396700

Browse files
committed
Update build script for Cata
1 parent 1e147c8 commit a396700

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/build.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,17 @@ jobs:
1919
with:
2020
fetch-depth: 100
2121

22+
- name: Create Cataclysm Classic Package
23+
uses: BigWigsMods/packager@master
24+
if: ${{ success() && github.event_name != 'pull_request' && contains(github.ref, 'tags/') }}
25+
with:
26+
args: -g cata -p 468754 -w 25934 -a WqKQbyGx
27+
env:
28+
CF_API_KEY: ${{ secrets.CF_API_KEY }}
29+
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
30+
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}
31+
WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }}
32+
2233
- name: Create Wrath Classic Package
2334
uses: BigWigsMods/packager@master
2435
if: ${{ success() && github.event_name != 'pull_request' && contains(github.ref, 'tags/') }}

0 commit comments

Comments
 (0)