Skip to content

Commit

Permalink
Add CI for WOTLK
Browse files Browse the repository at this point in the history
  • Loading branch information
Rottenbeer committed Sep 19, 2022
1 parent 70a67a0 commit 5ce39bf
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ jobs:
- uses: BigWigsMods/packager@master
with:
args: -d -g bcc -n "{package-name}-{project-version}" -p 340903

- uses: BigWigsMods/packager@master
with:
args: -d -g wrath -n "{package-name}-wrath-{project-version}" -p 340903
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ jobs:
- uses: BigWigsMods/packager@master
with:
args: -g bcc -n "{package-name}-bcc-{project-version}" -p 340903

- uses: BigWigsMods/packager@master
with:
args: -g wrath -n "{package-name}-wrath-{project-version}" -p 340903
4 changes: 2 additions & 2 deletions ItemRack/ItemRack.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ function ItemRack.IsBCC()
return WOW_PROJECT_ID == WOW_PROJECT_BURNING_CRUSADE_CLASSIC
end

function ItemRack.IsWrath()
function ItemRack.IsWrath()
return WOW_PROJECT_ID == WOW_PROJECT_WRATH_CLASSIC
end
end

local LDB = LibStub("LibDataBroker-1.1")
local LDBIcon = LibStub("LibDBIcon-1.0")
Expand Down
1 change: 1 addition & 0 deletions ItemRackOptions/ItemRackOptions.toc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Interface: 20501
## Interface-Classic: 11400
## Interface-BCC: 20501
## Interface-WOTLKC: 30400
## Title: ItemRackOptions
## Notes: Load-On-Demand modules for ItemRack
## Dependencies: ItemRack, Blizzard_MacroUI
Expand Down

0 comments on commit 5ce39bf

Please sign in to comment.