Skip to content

Commit

Permalink
Update build script for Cata
Browse files Browse the repository at this point in the history
  • Loading branch information
EsreverWoW committed Apr 26, 2024
1 parent 1e147c8 commit a396700
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@ jobs:
with:
fetch-depth: 100

- name: Create Cataclysm Classic Package
uses: BigWigsMods/packager@master
if: ${{ success() && github.event_name != 'pull_request' && contains(github.ref, 'tags/') }}
with:
args: -g cata -p 468754 -w 25934 -a WqKQbyGx
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}
WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }}

- name: Create Wrath Classic Package
uses: BigWigsMods/packager@master
if: ${{ success() && github.event_name != 'pull_request' && contains(github.ref, 'tags/') }}
Expand Down

0 comments on commit a396700

Please sign in to comment.