Skip to content

Commit

Permalink
file name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rookdorf committed Aug 27, 2023
1 parent e755465 commit 6a1b654
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
- name: Package and release (Retail)
uses: BigWigsMods/packager@v2
with:
args: -g retail -m .pkgmeta.yml
args: -g retail -m .pkgmeta

- name: Package and release (Wrath)
uses: BigWigsMods/packager@v2
with:
args: -g wrath -m .pkgmeta-classic.yml
args: -g wrath -m .pkgmeta-classic

- name: Package and release (Classic)
uses: BigWigsMods/packager@v2
with:
args: -g classic -m .pkgmeta-classic.yml
args: -g classic -m .pkgmeta-classic

0 comments on commit 6a1b654

Please sign in to comment.