Skip to content

Commit

Permalink
👷 Add CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisliebaer committed Jun 15, 2023
1 parent 2b83267 commit 00b1534
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,10 @@ jobs:

steps:

# we first have to clone the AddOn project, this is a required step
- name: Clone project
uses: actions/checkout@v3
with:
fetch-depth: 0 # required for changelog

# once cloned, we just run the GitHub Action for the packager project
- name: Package and release
uses: BigWigsMods/packager@v2

# another example where we supply additional arguments, this example is specifically to release
# for the Wrath of the Lich King Classic version of the game and doesn't upload to WoWInterface
- name: Package and release for Wrath of the Lich King Classic
uses: BigWigsMods/packager@v2
with:
args: -g wrath -w 0

0 comments on commit 00b1534

Please sign in to comment.