Skip to content

Commit c2c19a6

Browse files
committed
use single version
1 parent d91d717 commit c2c19a6

File tree

5 files changed

+14
-38
lines changed

5 files changed

+14
-38
lines changed

.github/workflows/deploy_prerelease.yml

+2-16
Original file line numberDiff line numberDiff line change
@@ -29,25 +29,11 @@ jobs:
2929
- name: Clone project
3030
uses: actions/checkout@v2
3131

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-
4632
# once cloned, we just run the GitHub Action for the packager project
4733
- name: Package and release
48-
uses: BigWigsMods/packager@v1
34+
uses: BigWigsMods/packager@v2
4935
with:
50-
args: -p 2057 -w 17076 -a baNDDpNo
36+
args: -S -p 2057 -w 17076 -a baNDDpNo
5137

5238

5339

.github/workflows/deploy_release.yml

+2-16
Original file line numberDiff line numberDiff line change
@@ -32,23 +32,9 @@ jobs:
3232
- name: Clone project
3333
uses: actions/checkout@v2
3434

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-
4935
# once cloned, we just run the GitHub Action for the packager project
5036
- name: Package and release
51-
uses: BigWigsMods/packager@v1
37+
uses: BigWigsMods/packager@v2
5238
with:
53-
args: -p 2057 -w 4836 -a baNDDpNo
39+
args: -S -p 2057 -w 4836 -a baNDDpNo
5440

OmniCC/OmniCC.toc

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## Interface: 90105
2-
## Interface-BCC: 20502
3-
## Interface-Classic: 11401
1+
## Interface: 90200
2+
## Interface-BCC: 20503
3+
## Interface-Classic: 11402
44
## Title: OmniCC
55
## Notes: Cooldown count for everything
66
## Notes-koKR: 모든 것을 위한 쿨다운 카운트

OmniCC_Config/OmniCC_Config.toc

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## Interface: 90105
2-
## Interface-BCC: 20501
3-
## Interface-Classic: 11401
1+
## Interface: 90200
2+
## Interface-BCC: 20503
3+
## Interface-Classic: 11402
44
## Title: OmniCC Config
55
## Notes: OmniCC's configuration menu
66
## Notes-koKR: OmniCC의 설정 메뉴

changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# OmniCC Changelog
22

3+
## 9.2.0
4+
5+
* Updated TOCs for 9.2.0, 2.5.3, and 1.14.2
6+
37
## 9.1.6
48

59
* Whoops, I forgot that 9.1.5 introduced a new Maximum Cooldown Duration setting (thanks Lyrex)

0 commit comments

Comments
 (0)