From 9aa1bdd2b846f1b53bc06a192be063a7b1bea5a9 Mon Sep 17 00:00:00 2001 From: "sati.ac" Date: Sun, 2 Jul 2023 19:09:28 +0300 Subject: [PATCH] ci: fix release action --- .gitea/workflows/release.yaml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index be22187..5c631ec 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -19,20 +19,6 @@ jobs: - uses: https://gitea.com/actions/setup-go@v3 with: go-version: '>=1.20.1' - - uses: https://gitea.com/actions/go-hashfiles@v0.0.1 - id: hash-go - with: - patterns: | - go.mod - go.sum - - name: cache go - id: cache-go - uses: https://github.com/actions/cache@v3 - with: - path: | - /go_path - /go_cache - key: go_path-${{ steps.hash-go.outputs.hash }} - name: windows build run: mkdir -p bin && GOOS=windows go build -o bin/bridge-windows-amd64.exe - name: linux build