-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split TOC files and update release workflow
- Loading branch information
Showing
3 changed files
with
28 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |