Skip to content

Commit

Permalink
Rename everything concerning TBC Classic to BCC
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanzilla committed May 15, 2021
1 parent 39cb304 commit 51e91e0
Show file tree
Hide file tree
Showing 5 changed files with 1,032 additions and 1,032 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ root = true
[*]
indent_style = space
indent_size = 4
end_of_line = crlf
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
insert_final_newline = true
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}
WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }}

- name: Create BC Package
- name: Create BCC Package
uses: BigWigsMods/packager@master
with:
args: -g bc
args: -g bcc
env:
# CF_API_KEY: ${{ secrets.CF_API_KEY }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ jobs:
name: AIO-PR${{ github.event.number }}-classic
path: .release/

- name: Create BC Package
- name: Create BCC Package
uses: BigWigsMods/packager@master
with:
args: -d -z -g bc -m .pkgmeta-classic
args: -d -z -g bcc -m .pkgmeta-classic

- uses: actions/upload-artifact@v2
with:
name: AIO-PR${{ github.event.number }}-bc
name: AIO-PR${{ github.event.number }}-bcc
path: .release/

2 changes: 1 addition & 1 deletion AdvancedInterfaceOptions.toc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Interface: 90005
## Interface-Classic: 11306
## Interface-BC: 20501
## Interface-BCC: 20501
## Title: Advanced Interface Options
## Author: Stanzilla, Semlar
## Version: @project-version@
Expand Down
Loading

0 comments on commit 51e91e0

Please sign in to comment.