diff --git a/.gitea/workflows/default.yaml b/.gitea/workflows/default.yaml index 4343d3b..5f2bde7 100644 --- a/.gitea/workflows/default.yaml +++ b/.gitea/workflows/default.yaml @@ -16,6 +16,8 @@ jobs: with: go-version: ${{ matrix.go }} check-latest: true - cache: true - name: Run build - run: go build -ldflags "-s -w" \ No newline at end of file + run: go build -ldflags "-s -w" + with: + name: holochecker_api + path: holochecker_api \ No newline at end of file