Skip to content

Commit

Permalink
TOC bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Meorawr committed Jul 23, 2024
1 parent bc9fbac commit e6f0e15
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Create Package
uses: BigWigsMods/packager@master
with:
args: -S -d -z
args: -dz

- uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:

- name: Create Package
uses: BigWigsMods/packager@master
with:
args: -S
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 1 addition & 3 deletions LibDBCompartment.toc
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
## Interface: 100207, 110000
## Interface-Vanilla: 11502
## Interface-Cata: 40400
## Interface: 110000, 40400, 11503
## Title: LibDBCompartment
## Notes: Library for handling integration into Blizzards' minimap addon compartment.
## Author: Daniel "Meorawr" Yates <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ check:
@xmllint --schema <(curl -s $(SCHEMA_URL)) --noout $(shell git ls-files '*.xml')

dist:
@curl -s $(PACKAGER_URL) | bash -s -- -d -l -S
@curl -s $(PACKAGER_URL) | bash -s -- -dl

libs:
@curl -s $(PACKAGER_URL) | bash -s -- -c -d -z
@curl -s $(PACKAGER_URL) | bash -s -- -cdz
@mkdir -p Libs/
@cp -a .release/LibDBCompartment/Libs/* Libs/

0 comments on commit e6f0e15

Please sign in to comment.