File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments