Skip to content

Commit

Permalink
update package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TannerShmoog committed Nov 11, 2022
1 parent 6008128 commit f8891e8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Package Addon

on:
push:
branches: [ main ]
tags: [ "*" ]
branches: [main]
tags: ["*"]

jobs:
release:
Expand All @@ -21,3 +21,8 @@ jobs:
uses: BigWigsMods/packager@master
with:
args: -g wrath

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

0 comments on commit f8891e8

Please sign in to comment.