File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 CF_API_KEY : ${{ secrets.CF_API_KEY }}
2222 WOWI_API_TOKEN : ${{ secrets.WOWI_API_TOKEN }}
2323 GITHUB_OAUTH : ${{ secrets.GITHUB_OAUTH }}
24- WOW_CLASSIC_VERSION : ${{ secrets.WOW_CLASSIC_VERSION }}
25- CF_PROJECT_ID : 26753
26- WOWI_PROJECT_ID : 23158
2724
2825 # "steps" holds a list of all the steps needed to package and release our AddOn
2926 steps :
@@ -36,11 +33,11 @@ jobs:
3633 - name : Package and release
3734 uses : BigWigsMods/packager@master
3835 with :
39- args : -p $CF_PROJECT_ID -w $WOWI_PROJECT_ID
36+ args : -p 26753 -w 23158
4037
4138 # another example where we supply additional arguments, this example is specifically to release
4239 # for the Classic version of the game
4340 - name : Package and release for Classic
4441 uses : BigWigsMods/packager@master
4542 with :
46- args : -g $WOW_CLASSIC_VERSION -p $CF_PROJECT_ID -w $WOWI_PROJECT_ID
43+ args : -g 1.13.5 -p 26753 -w 23158
You can’t perform that action at this time.
0 commit comments