Skip to content

Commit

Permalink
Update TOC and release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
b-morgan committed Sep 24, 2024
1 parent fe42991 commit b3f9023
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@ jobs:

# once cloned, we just run the GitHub Action for the packager project

- name: Package and release for Classic Era
- name: Package and release for Classic Era and Cataclysm Classic
uses: BigWigsMods/packager@master
with:
args: -g classic

- name: Package and release for Cataclysm Classic
uses: BigWigsMods/packager@master
with:
args: -g cata

6 changes: 1 addition & 5 deletions Skillet-Classic.toc
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
## Interface: 10000
## Interface-Classic: 11503
## Interface-BCC: 20504
## Interface-Wrath: 30403
## Interface-Cata: 40400
## Interface: 11504, 40400
## Title: Skillet-Classic |cff7fff7f -Ace3-|r
## Notes: A replacement tradeskill window
## Notes-esES: Una sustitucion de la ventana de Habilidades de Comercio
Expand Down
10 changes: 10 additions & 0 deletions SkilletNewsData.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@ local isCata = WOW_PROJECT_ID == WOW_PROJECT_CATACLYSM_CLASSIC

Skillet.NewsName = "Skillet-Classic News"
Skillet.NewsData = {
{ version = "2.00",
data = {
{ name = "Changes",
data = {
{ header = "TOC", body = "Update TOC" },
{ header = "Packaging", body = "Change to single build" },
},
},
},
},
{ version = "1.99",
data = {
{ name = "Changes",
Expand Down

0 comments on commit b3f9023

Please sign in to comment.