Skip to content

Commit

Permalink
Update workflow to use latest packager
Browse files Browse the repository at this point in the history
  • Loading branch information
jordonwow committed May 26, 2024
1 parent bb62281 commit 2f463c3
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 60 deletions.
19 changes: 11 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,25 @@ name: Build
on:
push:
tags:
- 'v[0-9]+.[0-9]+'
- '*'

jobs:
release:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: nebularg/actions-luacheck@v1
- name: Run Luacheck
uses: nebularg/actions-luacheck@v1
with:
args: "--no-color -q"
args: '--no-color -q'
annotate: warning

- run: ./generate_changelog.sh

- uses: BigWigsMods/packager@v2
- name: Package and Release
uses: BigWigsMods/packager@master
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
Expand Down
34 changes: 12 additions & 22 deletions .pkgmeta
Original file line number Diff line number Diff line change
@@ -1,26 +1,16 @@
package-as: BigDebuffs

externals:
Libs/LibStub:
url: https://repos.wowace.com/wow/libstub/trunk
tag: 1.0
Libs/CallbackHandler-1.0: https://repos.wowace.com/wow/callbackhandler/trunk/CallbackHandler-1.0
Libs/AceAddon-3.0: https://repos.wowace.com/wow/ace3/trunk/AceAddon-3.0
Libs/AceDB-3.0: https://repos.wowace.com/wow/ace3/trunk/AceDB-3.0
Libs/AceDBOptions-3.0: https://repos.wowace.com/wow/ace3/trunk/AceDBOptions-3.0
Libs/AceEvent-3.0: https://repos.wowace.com/wow/ace3/trunk/AceEvent-3.0
Libs/AceHook-3.0: https://repos.wowace.com/wow/ace3/trunk/AceHook-3.0
Libs/AceGUI-3.0: https://repos.wowace.com/wow/ace3/trunk/AceGUI-3.0
Libs/AceConfig-3.0: https://repos.wowace.com/wow/ace3/trunk/AceConfig-3.0
Libs/AceLocale-3.0: https://repos.wowace.com/wow/ace3/trunk/AceLocale-3.0
Libs/LibDualSpec-1.0: https://repos.wowace.com/wow/libdualspec-1-0
Libs/LibSharedMedia-3.0: https://repos.wowace.com/wow/libsharedmedia-3-0/trunk
Libs/LibStub: https://repos.curseforge.com/wow/libstub/trunk
Libs/CallbackHandler-1.0: https://repos.curseforge.com/wow/callbackhandler/trunk/CallbackHandler-1.0
Libs/AceAddon-3.0: https://repos.curseforge.com/wow/ace3/trunk/AceAddon-3.0
Libs/AceDB-3.0: https://repos.curseforge.com/wow/ace3/trunk/AceDB-3.0
Libs/AceDBOptions-3.0: https://repos.curseforge.com/wow/ace3/trunk/AceDBOptions-3.0
Libs/AceEvent-3.0: https://repos.curseforge.com/wow/ace3/trunk/AceEvent-3.0
Libs/AceHook-3.0: https://repos.curseforge.com/wow/ace3/trunk/AceHook-3.0
Libs/AceGUI-3.0: https://repos.curseforge.com/wow/ace3/trunk/AceGUI-3.0
Libs/AceConfig-3.0: https://repos.curseforge.com/wow/ace3/trunk/AceConfig-3.0
Libs/AceLocale-3.0: https://repos.curseforge.com/wow/ace3/trunk/AceLocale-3.0
Libs/LibDualSpec-1.0: https://repos.curseforge.com/wow/libdualspec-1-0
Libs/LibSharedMedia-3.0: https://repos.curseforge.com/wow/libsharedmedia-3-0/trunk
Libs/LibClassicDurations: https://repos.curseforge.com/wow/libclassicdurations

manual-changelog:
filename: CHANGELOG.md
markup-type: markdown

ignore:
- README.md
- generate_changelog.sh
30 changes: 0 additions & 30 deletions generate_changelog.sh

This file was deleted.

0 comments on commit 2f463c3

Please sign in to comment.