Skip to content

Commit

Permalink
changed how the packager is setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Numynum committed May 8, 2021
1 parent a835a8b commit 66cc001
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,15 @@ jobs:

runs-on: ubuntu-latest

env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
GITHUB_OAUTH: ${{ secrets.GITHUB_OAUTH }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2

- name: Replace toc-versions
uses: Numynum/ToCVersions@master

- name: Create Retail Package
run: curl -s https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh | bash -s -- -p 475676
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
GITHUB_OAUTH: ${{ secrets.GH_OAUTH }}
- name: Create Retail Package
uses: BigWigsMods/packager@master
3 changes: 2 additions & 1 deletion BlizzMovePlugin_QuestTracker.toc
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
## Interface: 90005
## Interface: @toc-version-retail@
## Title: BlizzMove Plugin - QuestTracker
## Notes: Allows you to move the QuestTracker with BlizzMove
## Author: Numy
## RequiredDeps: BlizzMove
## Version: @project-version@
## X-Curse-Project-ID: 475676

BlizzMovePlugin_QuestTracker.lua

0 comments on commit 66cc001

Please sign in to comment.