diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index eb8043f..5c738c8 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -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: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dd4e226..47aabed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }} diff --git a/LibDBCompartment.toc b/LibDBCompartment.toc index 3dd3fb7..cc2a157 100644 --- a/LibDBCompartment.toc +++ b/LibDBCompartment.toc @@ -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 diff --git a/Makefile b/Makefile index bfd9a35..c7d4a65 100644 --- a/Makefile +++ b/Makefile @@ -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/