Attempt 1
All checks were successful
Test, Build, and Release / test (push) Successful in 1m10s
Test, Build, and Release / build (push) Successful in 1m15s

This commit is contained in:
James Eversole 2025-01-26 15:00:59 -06:00
parent a64b3f0829
commit cdc2df4a98

View File

@ -55,15 +55,11 @@ jobs:
chmod 755 ./tricu
nix develop --command upx ./tricu
- name: Setup go for release action
uses: actions/setup-go@v5
with:
go-version: '>=1.20.1'
- name: Release binary
uses: https://gitea.com/actions/release-action@main
uses: akkuman/gitea-release-action@v1
with:
files: |-
./tricu
api_key: '${{ secrets.RELEASE_TOKEN }}'
token: '${{ secrets.RELEASE_TOKEN }}'
body: '${{ gitea.event.head_commit.message }}'
pre_release: true