Skip to content

Commit

Permalink
Split TOC files and update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
p3lim committed Jul 1, 2021
1 parent 5e9fa67 commit 3b243f6
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
- name: Package and release for Classic
uses: BigWigsMods/[email protected]
with:
args: -g classic -w 0
args: -g classic

- name: Package and release for BCC
uses: BigWigsMods/[email protected]
with:
args: -g bcc -w 0
args: -g bcc
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}
Expand Down
13 changes: 13 additions & 0 deletions LibProcessable-BCC.toc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## Interface: 20501
## Author: p3lim
## Version: @project-version@
## Title: Lib: Processable
## Notes: Library that lets you easily check if you can process resources
## OptionalDeps: LibStub

## X-Curse-Project-ID: 88553
## X-WoWI-ID: 23440

LibStub\LibStub.lua

embed.xml
13 changes: 13 additions & 0 deletions LibProcessable-Classic.toc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## Interface: 11307
## Author: p3lim
## Version: @project-version@
## Title: Lib: Processable
## Notes: Library that lets you easily check if you can process resources
## OptionalDeps: LibStub

## X-Curse-Project-ID: 88553
## X-WoWI-ID: 23440

LibStub\LibStub.lua

embed.xml

0 comments on commit 3b243f6

Please sign in to comment.