Skip to content

Commit f24f026

Browse files
committed
v2.7.2 - build should now be fixed
1 parent 05a9e53 commit f24f026

File tree

5 files changed

+12
-14
lines changed

5 files changed

+12
-14
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,9 @@ jobs:
2121
# Grabs everything under the top level # header and outputs to a new file
2222
run: sed -n "3,/^# / {/^# /d; p}" changelog.md > changes.md
2323

24-
- name: Build Retail Addon
25-
run: curl -s https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh | bash -s -- -g retail
24+
- name: Build Addon
25+
run: curl -s https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh | bash
2626
env:
2727
CF_API_KEY: ${{ secrets.CF_API_KEY }}
2828
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
2929

30-
- name: Build Classic Addon
31-
run: curl -s https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh | bash -s -- -g "1.15.7,5.5.0"
32-
env:
33-
CF_API_KEY: ${{ secrets.CF_API_KEY }}
34-
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}

.pkgmeta

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ ignore:
99
- .scripts
1010

1111
enable-nolib-creation: no
12+
enable-toc-creation: yes

.scripts/build.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ release_script=$(curl -s "https://raw.githubusercontent.com/BigWigsMods/packager
55

66
# # -d: Skip Upload
77
# # -z: Skip zip
8-
echo "$release_script" | bash -s -- -r "$(pwd)/.tmp/Retail" -do
9-
echo "$release_script" | bash -s -- -r "$(pwd)/.tmp/Classic" -do -g 1.13.4
8+
echo "$release_script" | bash -s -- -r "$(pwd)/.tmp/Retail" -doz
9+
# echo "$release_script" | bash -s -- -r "$(pwd)/.tmp/Classic" -do -g 1.13.4
1010

1111
# # Move the zip(s)
12-
mv ./.tmp/Retail/*.zip "./.release/"
13-
mv ./.tmp/Classic/*.zip "./.release/"
12+
# mv ./.tmp/Retail/*.zip "./.release/"
13+
# mv ./.tmp/Classic/*.zip "./.release/"
1414
#
1515
# # And delete .tmp
1616
# rm -r "./.tmp"

RCLootCouncil_GroupGear.toc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Author: Potdisc
2-
## Interface: 11507, 50500, 110107
2+
## Interface: 110107
3+
## Interface-Classic: 11507
4+
## Interface-Mists: 50500
35
#@retail@
46
## Dependencies: RCLootCouncil
57
#@end-retail@
@@ -8,7 +10,7 @@
810
#@end-non-retail@
911
## Notes: An RCLootCouncil module for viewing your groups' gear.
1012
## Title: RCLootCouncil - Group Gear
11-
## Version: 2.7.1
13+
## Version: 2.7.2
1214
## SavedVariables: RCGroupGearDB
1315
## X-Curse-Project-ID: 102435
1416

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 2.7.1
1+
# 2.7.2
22

33
## Bugfixes
44

0 commit comments

Comments
 (0)