Skip to content

Commit

Permalink
Update TOCs and Classic checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanzilla committed May 8, 2024
1 parent fbfd600 commit 1cb6b7e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}
WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }}

- name: Create Wrath Package
- name: Create Cata Package
uses: BigWigsMods/packager@master
with:
args: -g wrath
args: -g cata
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ jobs:
name: AIO-PR${{ github.event.number }}-bcc
path: .release/

- name: Create Wrath Package
- name: Create Cata Package
uses: BigWigsMods/packager@master
with:
args: -d -z -g wrath
args: -d -z -g cata

- uses: actions/upload-artifact@v2
with:
name: AIO-PR${{ github.event.number }}-wrath
name: AIO-PR${{ github.event.number }}-cata
path: .release/

6 changes: 3 additions & 3 deletions AdvancedInterfaceOptions.toc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Interface: 100205
## Interface-Classic: 11500
## Interface-Wrath: 30403
## Interface: 100207
## Interface-Vanilla: 11502
## Interface-Cata: 40400
## Title: Advanced Interface Options
## Author: Stanzilla, Semlar
## Version: @project-version@
Expand Down
4 changes: 0 additions & 4 deletions basicOptions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ local function IsClassic()
return WOW_PROJECT_ID == WOW_PROJECT_CLASSIC
end

local function IsBCC()
return WOW_PROJECT_ID == WOW_PROJECT_BURNING_CRUSADE_CLASSIC
end

local function IsRetail()
return WOW_PROJECT_ID == WOW_PROJECT_MAINLINE
end
Expand Down

0 comments on commit 1cb6b7e

Please sign in to comment.