File tree 5 files changed +14
-38
lines changed
5 files changed +14
-38
lines changed Original file line number Diff line number Diff line change @@ -29,25 +29,11 @@ jobs:
29
29
- name : Clone project
30
30
uses : actions/checkout@v2
31
31
32
- # another example where we supply additional arguments, this example is specifically to release
33
- # for the Classic version of the game
34
- - name : Package and release for Classic
35
- uses : BigWigsMods/packager@v1
36
- with :
37
- args : -g classic -p 2057 -w 17076 -a baNDDpNo
38
-
39
- # another example where we supply additional arguments, this example is specifically to release
40
- # for the BC Classic version of the game
41
- - name : Package and release for BC Classic
42
- uses : BigWigsMods/packager@v1
43
- with :
44
- args : -g bcc -p 2057 -w 17076 -a baNDDpNo
45
-
46
32
# once cloned, we just run the GitHub Action for the packager project
47
33
- name : Package and release
48
- uses : BigWigsMods/packager@v1
34
+ uses : BigWigsMods/packager@v2
49
35
with :
50
- args : -p 2057 -w 17076 -a baNDDpNo
36
+ args : -S - p 2057 -w 17076 -a baNDDpNo
51
37
52
38
53
39
Original file line number Diff line number Diff line change 32
32
- name : Clone project
33
33
uses : actions/checkout@v2
34
34
35
- # another example where we supply additional arguments, this example is specifically to release
36
- # for the Classic version of the game
37
- - name : Package and release for Classic
38
- uses : BigWigsMods/packager@v1
39
- with :
40
- args : -g classic -p 2057 -w 4836 -a baNDDpNo
41
-
42
- # another example where we supply additional arguments, this example is specifically to release
43
- # for the BC Classic version of the game
44
- - name : Package and release for BC Classic
45
- uses : BigWigsMods/packager@v1
46
- with :
47
- args : -g bcc -p 2057 -w 4836 -a baNDDpNo
48
-
49
35
# once cloned, we just run the GitHub Action for the packager project
50
36
- name : Package and release
51
- uses : BigWigsMods/packager@v1
37
+ uses : BigWigsMods/packager@v2
52
38
with :
53
- args : -p 2057 -w 4836 -a baNDDpNo
39
+ args : -S - p 2057 -w 4836 -a baNDDpNo
54
40
Original file line number Diff line number Diff line change 1
- ## Interface : 90105
2
- ## Interface -BCC : 20502
3
- ## Interface -Classic : 11401
1
+ ## Interface : 90200
2
+ ## Interface -BCC : 20503
3
+ ## Interface -Classic : 11402
4
4
## Title : OmniCC
5
5
## Notes : Cooldown count for everything
6
6
## Notes-koKR : 모든 것을 위한 쿨다운 카운트
Original file line number Diff line number Diff line change 1
- ## Interface : 90105
2
- ## Interface -BCC : 20501
3
- ## Interface -Classic : 11401
1
+ ## Interface : 90200
2
+ ## Interface -BCC : 20503
3
+ ## Interface -Classic : 11402
4
4
## Title : OmniCC Config
5
5
## Notes : OmniCC's configuration menu
6
6
## Notes-koKR : OmniCC의 설정 메뉴
Original file line number Diff line number Diff line change 1
1
# OmniCC Changelog
2
2
3
+ ## 9.2.0
4
+
5
+ * Updated TOCs for 9.2.0, 2.5.3, and 1.14.2
6
+
3
7
## 9.1.6
4
8
5
9
* Whoops, I forgot that 9.1.5 introduced a new Maximum Cooldown Duration setting (thanks Lyrex)
You can’t perform that action at this time.
0 commit comments