From e06a12473326701ab5565ce04b9892569de49fcd Mon Sep 17 00:00:00 2001 From: James Eversole Date: Thu, 23 Jan 2025 16:20:06 -0600 Subject: [PATCH] ?? --- .gitea/workflows/test-and-build.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/test-and-build.yml b/.gitea/workflows/test-and-build.yml index ee555dd..b037e9c 100644 --- a/.gitea/workflows/test-and-build.yml +++ b/.gitea/workflows/test-and-build.yml @@ -56,11 +56,10 @@ jobs: username: ${{ secrets.REGISTRY_USERNAME }} password: ${{ secrets.REGISTRY_PASSWORD }} steps: - - name: Checkout code - uses: actions/checkout@v3 + - uses: actions/checkout@v3 with: fetch-depth: 0 - + - name: Set up cache for Nix uses: actions/cache@v4 with: @@ -76,6 +75,11 @@ jobs: nix build ls -alh ./result/bin/tricu + - name: Setup go for release actoin + uses: actions/setup-go@v5 + with: + go-version: '>=1.20.1' + - name: Release binary uses: https://gitea.com/actions/release-action@main with: