Skip to content

Commit

Permalink
Add Classic/BCC packaging support
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevcairiel committed Jun 17, 2021
1 parent 2ac985f commit 05cff6e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/packager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ jobs:
with:
fetch-depth: 0

#- name: Create Classic Package
# run: curl -s https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh | bash -s -- -g classic
# env:
# CF_API_KEY: ${{ secrets.CF_API_KEY }}
# GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
- name: Create Classic Package
run: curl -s https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh | bash -s -- -g classic
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}

#- name: Create BC Package
# run: curl -s https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh | bash -s -- -g bcc
# env:
# CF_API_KEY: ${{ secrets.CF_API_KEY }}
# GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
- name: Create BC Package
run: curl -s https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh | bash -s -- -g bcc
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}

- name: Create Retail Package
run: curl -s https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh | bash -s -- -g retail
Expand Down
2 changes: 2 additions & 0 deletions Routes.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Interface: 90005
## Interface-Classic: 11307
## Interface-BCC: 20501
## Title: Routes
## Notes: Routes on your worldmap and minimap!
## Notes-frFR: Routes sur votre carte du monde et minicarte !
Expand Down

0 comments on commit 05cff6e

Please sign in to comment.