Skip to content

Improve kill detection #50

Improve kill detection

Improve kill detection #50

Workflow file for this run

name: Build
on:
push:
branches:
- main
tags:
- "*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: nebularg/actions-luacheck@v1
with:
args: "--no-color --codes -q"
annotate: warning
- name: Create Package
uses: BigWigsMods/packager@master
env:
CF_API_KEY: ${{ secrets.CF_API_TOKEN }}
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}
WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
- name: Store addon zips in build artifact
uses: actions/upload-artifact@v3
with:
name: addon-zips
path: '.release/KillTrack-*.zip'