Skip to content

Commit

Permalink
Packager Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
doadin committed Jul 9, 2024
1 parent c1228fe commit 5e85705
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 13 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: CI-ReleaseBuild

on:
push:
tags:
- '*'
paths-ignore:
- '.github/**'

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 }}


jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout addon
uses: actions/checkout@v2
with:
fetch-depth: 100

- name: Package Retail
uses: BigWigsMods/packager@master
with:
args: -g retail
21 changes: 21 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: CI-LuaCheck

on:
push:
branches:
- master

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout addon
uses: actions/checkout@v2
with:
fetch-depth: 100

- name: Run luacheck
uses: BigWigsMods/actions/luacheck@master
with:
args: -q
13 changes: 0 additions & 13 deletions .travis.yml

This file was deleted.

1 change: 1 addition & 0 deletions MaxDps_Paladin.toc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
## LoadOnDemand: 1
## X-Curse-Project-ID: 98895
## X-WoWI-ID: 24646
## X-Wago-ID: 5NReYJG3

Main.lua
Specialization\Holy.lua
Expand Down

0 comments on commit 5e85705

Please sign in to comment.