From 9ad61dbd6664ef8abede31ad5bdace3ad4cb82b8 Mon Sep 17 00:00:00 2001 From: Brad Morgan Date: Fri, 22 Oct 2021 06:26:40 -0600 Subject: [PATCH] Fix packaging issue --- .github/workflows/release.yml | 10 ++++++++-- Skillet-Classic-BCC.toc | 2 ++ Skillet-Classic.toc | 2 ++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 38aa318..b1ffe58 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/Skillet-Classic-BCC.toc b/Skillet-Classic-BCC.toc index 881798f..578bc80 100644 --- a/Skillet-Classic-BCC.toc +++ b/Skillet-Classic-BCC.toc @@ -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 diff --git a/Skillet-Classic.toc b/Skillet-Classic.toc index bba5d28..03ac14f 100644 --- a/Skillet-Classic.toc +++ b/Skillet-Classic.toc @@ -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