From 80fc1d135e9975bd908d4fd0005c1e23cb348d34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20M=C3=B6ller?= Date: Tue, 7 Mar 2023 10:53:26 +0100 Subject: [PATCH] Update go.yaml --- .github/workflows/go.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 8069c25..97d9813 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -33,7 +33,7 @@ jobs: run: mkdir bin - name: Build - run: GOOS=${{ matrix.os }} GOARCH=${{ matrix.arch }} go build -o bin/spotigram_${{ matrix.os }}_${{ matrix.arch }} -v ./... + run: GOOS=${{ matrix.os }} GOARCH=${{ matrix.arch }} go build -o bin/spotigram_${{ matrix.os }}_${{ matrix.arch }} -v main.go - name: upload artifacts uses: actions/upload-artifact@v3.1.2