Skip to content

Commit

Permalink
update packager for bcc
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuller committed May 19, 2021
1 parent b20837a commit 2dd6ce3
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 17 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/deploy_prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,7 @@ jobs:
- name: Clone project
uses: actions/checkout@v2

# once cloned, we just run the GitHub Action for the packager project
- name: Package and release
uses: BigWigsMods/packager@master
with:
args: -p 26753 -w 23158 -a VBNBwg6x

# package various release flavors
- name: Package and release for Classic
uses: BigWigsMods/packager@master
with:
Expand All @@ -42,4 +37,9 @@ jobs:
- name: Package and release for Burning Crusade Classic
uses: BigWigsMods/packager@master
with:
args: -g bc -p 26753 -w 23158 -a VBNBwg6x
args: -g bcc -p 26753 -w 23158 -a VBNBwg6x

- name: Package and release
uses: BigWigsMods/packager@master
with:
args: -p 26753 -w 23158 -a VBNBwg6x
14 changes: 10 additions & 4 deletions .github/workflows/deploy_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,18 @@ jobs:
- name: Clone project
uses: actions/checkout@v2

- name: Package and release
- name: Package and release for Classic
uses: BigWigsMods/packager@master
with:
args: -p 26753 -w 15636 -a VBNBwg6x
args: -g classic -p 26753 -w 15636 -a VBNBwg6x

- name: Package and release for Classic
- name: Package and release for Burning Crusade Classic
uses: BigWigsMods/packager@master
with:
args: -g classic -p 26753 -w 15636 -a VBNBwg6x
args: -g bcc -p 26753 -w 15636 -a VBNBwg6x

- name: Package and release
uses: BigWigsMods/packager@master
with:
args: -p 26753 -w 15636 -a VBNBwg6x

5 changes: 2 additions & 3 deletions tullaRange/tullaRange.toc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
## Interface: 90005
## Interface-Retail: 90005
## Interface-Classic: 11306
## Interface-BC: 20501
## Interface-BCC: 20501
## Interface-Classic: 11307
## Title: tullaRange
## Author: Tuller
## Notes: Out of range coloring based on RedRange
Expand Down
5 changes: 2 additions & 3 deletions tullaRange_Config/tullaRange_Config.toc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
## Interface: 90005
## Interface-Retail: 90005
## Interface-Classic: 11306
## Interface-BC: 20501
## Interface-BCC: 20501
## Interface-Classic: 11307
## Title: tullaRange Config
## Notes: GUI based configuration for tullaRange
## Author: Tuller
Expand Down

0 comments on commit 2dd6ce3

Please sign in to comment.