Skip to content

Update BigDebuffs_Vanilla.toc to interface version 11503 #85

Update BigDebuffs_Vanilla.toc to interface version 11503

Update BigDebuffs_Vanilla.toc to interface version 11503 #85

Workflow file for this run

name: Build
on:
push:
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run Luacheck
uses: nebularg/actions-luacheck@v1
with:
args: '--no-color -q'
annotate: warning
- name: Package and Release
uses: BigWigsMods/packager@master
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }}
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}