Cutting off events that are beyond 10 seconds from the character death #659
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Release AddOn | |
#on: [push] | |
on: | |
push: | |
branches: | |
- master | |
tags: | |
- '**' | |
env: | |
CF_API_KEY: ${{ secrets.CF_API_KEY }} | |
WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }} | |
jobs: | |
# full_package_release: | |
# runs-on: ubuntu-latest | |
# steps: | |
# - uses: actions/checkout@v3 | |
# with: | |
# fetch-depth: 0 | |
# - uses: BigWigsMods/packager@v2 | |
standalone_release: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
fetch-depth: 0 | |
- uses: BigWigsMods/packager@v2 | |
with: | |
pkgmeta: package_sa.pkgmeta | |
args: -a qv63A7Gb |