Update main.yml

This commit is contained in:
Balt 2024-04-05 16:12:15 -05:00 committed by GitHub
parent 1169e0916b
commit fea1b62470
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,7 +39,7 @@ jobs:
uses: Swatinem/rust-cache@v2
- name: Build Binary
run: cargo build --verbose --locked --release --target ${{ matrix.target }}
run: cargo build --verbose --release --target ${{ matrix.target }}
- name: Release Binary
shell: bash