Skip to content

Commit

Permalink
Fixed: no package built for Cata
Browse files Browse the repository at this point in the history
  • Loading branch information
Gargul committed May 3, 2024
1 parent 19e5f3b commit d94d134
Show file tree
Hide file tree
Showing 2 changed files with 193 additions and 92 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
with:
fetch-depth: 0

- name: Package and release Wrath
- name: Package and release Cata
uses: BigWigsMods/packager@master
with:
args: "-o -u -S -m .pkgmeta -g wrath"
args: "-o -u -S -m .pkgmeta -g cata"

- name: Package and release Retail
uses: BigWigsMods/packager@master
Expand All @@ -33,4 +33,9 @@ jobs:
- name: Package and release Era
uses: BigWigsMods/packager@master
with:
args: "-o -u -S -m .pkgmeta -g classic"
args: "-o -u -S -m .pkgmeta -g classic"

- name: Package and release Wrath
uses: BigWigsMods/packager@master
with:
args: "-o -u -S -m .pkgmeta -g wrath"
Loading

0 comments on commit d94d134

Please sign in to comment.