Skip to content

Commit 1fda9f2

Browse files
committed
Add Wrath version.
1 parent 4c85823 commit 1fda9f2

2 files changed

Lines changed: 6 additions & 18 deletions

File tree

.github/workflows/make-release.yml

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -27,26 +27,14 @@ jobs:
2727

2828
# "steps" holds a list of all the steps needed to package and release our AddOn
2929
steps:
30-
3130
# we first have to clone the AddOn project, this is a required step
3231
- name: Clone project
33-
uses: actions/checkout@v2 # note: checkout@v2 breaks git history, so generating a changelog and
34-
# file naming for non-tagged builds will not work properly
32+
uses: actions/checkout@v3
33+
with:
34+
fetch-depth: 0 # gets git history for changelogs
3535

3636
# once cloned, we just run the GitHub Action for the packager project
3737
- name: Package and release
38-
uses: BigWigsMods/packager@v1
39-
40-
# another example where we supply additional arguments, this example is specifically to release
41-
# for the Classic version of the game
42-
- name: Package and release for Classic
43-
uses: BigWigsMods/packager@v1
44-
with:
45-
args: -g classic -w 0
46-
47-
# another example where we supply additional arguments, this example is specifically to release
48-
# for the Classic version of the game
49-
- name: Package and release for BCC
50-
uses: BigWigsMods/packager@v1
38+
uses: BigWigsMods/packager@v2
5139
with:
52-
args: -g bcc -w 0
40+
args: -S -w 0

LibLogger-1.0.toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Interface: 90205
22
## Interface-Classic: 11403
33
## Interface-BCC: 20504
4-
## Interface-Retail: 90205
4+
## Interface-Wrath: 30400
55
## X-Curse-Project-ID: 14297
66
## LoadOnDemand: 1
77
## Title: Lib: Logger-1.0

0 commit comments

Comments
 (0)