fix clorinde c6 not adding crit bonus (#2293) #1071
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: "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 }} |