Skip to content

Commit

Permalink
Fix packaging issue
Browse files Browse the repository at this point in the history
  • Loading branch information
b-morgan committed Oct 22, 2021
1 parent be81e07 commit 9ad61db
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,13 @@ jobs:
fetch-depth: 10

# once cloned, we just run the GitHub Action for the packager project
- name: Package and release for Classic (both flavors)
- name: Package and release for Burning Crusade Classic
uses: BigWigsMods/packager@master
with:
args: -g classic
args: -g bcc

# once cloned, we just run the GitHub Action for the packager project
- name: Package and release for Classic Era
uses: BigWigsMods/packager@master
with:
args: -g classic -w 0
2 changes: 2 additions & 0 deletions Skillet-Classic-BCC.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Interface: 20502
## Interface-Classic: 11400
## Interface-BCC: 20502
## Title: Skillet-Classic |cff7fff7f -Ace3-|r
## Notes: A replacement tradeskill window
## Notes-esES: Una sustitucion de la ventana de Habilidades de Comercio
Expand Down
2 changes: 2 additions & 0 deletions Skillet-Classic.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Interface: 11400
## Interface-Classic: 11400
## Interface-BCC: 20502
## Title: Skillet-Classic |cff7fff7f -Ace3-|r
## Notes: A replacement tradeskill window
## Notes-esES: Una sustitucion de la ventana de Habilidades de Comercio
Expand Down

0 comments on commit 9ad61db

Please sign in to comment.