Skip to content

fix clorinde c6 not adding crit bonus (#2293) #1071

fix clorinde c6 not adding crit bonus (#2293)

fix clorinde c6 not adding crit bonus (#2293) #1071

Workflow file for this run

name: "build cmd line tool"
on:
push:
branches:
- main
jobs:
tagged-release:
name: "Tagged Release"
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v3
- name: go-setup-and-test
uses: ./.github/actions/go-setup-and-test
- name: deploy-binary
uses: ./.github/actions/deploy-binary
with:
prerelease: true
tag: 'nightly'
shareKey: ${{ secrets.AES_KEY }}