Skip to content

Commit

Permalink
TOC Updated for Cataclysm
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnpsp committed May 1, 2024
1 parent f089c22 commit 496e3b6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
retail:
type: boolean
description: Retail
cata:
type: boolean
description: Cataclysm
wrath:
type: boolean
description: Wrath
Expand Down Expand Up @@ -35,6 +38,16 @@ jobs:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }}

- name: Create Cata Package
if: ${{ inputs.cata }}
uses: BigWigsMods/packager@master
with:
args: -g cata -m .pkgmeta-classic
env:
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
CF_API_KEY: ${{ secrets.CF_API_KEY }}
WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }}

- name: Create Wrath Package
if: ${{ inputs.wrath }}
uses: BigWigsMods/packager@master
Expand Down
1 change: 1 addition & 0 deletions KiwiFarm.toc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Interface-Classic: 11502
## Interface-BCC: 20504
## Interface-Wrath: 30403
## Interface-Cata: 40400
## Title: |cFF7FFF72Kiwi|r Farm
## Notes: Reset & Gold Tracker
## Author: MiCHaeL
Expand Down

0 comments on commit 496e3b6

Please sign in to comment.