Skip to content

Commit

Permalink
Added action
Browse files Browse the repository at this point in the history
  • Loading branch information
Alar of Runetotem committed May 16, 2024
1 parent ec372d4 commit 99f8896
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
18 changes: 7 additions & 11 deletions .github/workflows/wowuiupdate.yml → .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}
WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }} # "GITHUB_TOKEN" is a secret always provided to the workflow
# for your own token, the name cannot start with "GITHUB_"

Expand All @@ -31,15 +32,10 @@ jobs:

# we first have to clone the AddOn project, this is a required step
- name: Clone project
uses: actions/checkout@v1
uses: actions/checkout@v3
with:
# you can specify how much of the commit history you want to fetch,
# which is useful for controlling the length of the automated changelog
fetch-depth: 1

# another example where we supply additional arguments, this example is specifically to release
# for the Classic version of the game
- name: Upload to WOWUI
uses: BigWigsMods/packager@master
with:
args: -L
fetch-depth: 0 # gets entire git history, needed for automatic changelogs

# once cloned, we just run the GitHub Action for the packager project
- name: Package and release
uses: BigWigsMods/packager@v2
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
*.saved
/proofofconcept.lua
.*
!.github/
/_build/
2 changes: 1 addition & 1 deletion OrderHallCommander.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 110000
## Interface: 100207
## Title: OrderHallCommander
## Notes: Sending all follower to missions with just one click and more
## Notes-itIT: Invia tutti i seguaci in missione con un click e molto altro
Expand Down

0 comments on commit 99f8896

Please sign in to comment.