Fix indentation
All checks were successful
Test, Build, and Release / test (push) Successful in 1m41s
Test, Build, and Release / build (push) Successful in 1m40s

This commit is contained in:
James Eversole 2025-01-23 16:30:35 -06:00
parent 9fd8a85af9
commit 3e41398c4c

View File

@ -78,9 +78,9 @@ jobs:
with: with:
go-version: '>=1.20.1' go-version: '>=1.20.1'
- name: Release binary - name: Release binary
uses: https://gitea.com/actions/release-action@main uses: https://gitea.com/actions/release-action@main
with: with:
files: |- files: |-
./result/bin/tricu ./result/bin/tricu
api_key: '${{ secrets.RELEASE_TOKEN }}' api_key: '${{ secrets.RELEASE_TOKEN }}'