From a2538e2ab6b16e24d7012733463ee706fe71b02b Mon Sep 17 00:00:00 2001 From: Bruno Artico Date: Tue, 21 Dec 2021 12:10:33 +0100 Subject: [PATCH] Fix build --- .github/workflows/go.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d259777..3d69522 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -3,11 +3,8 @@ name: Go on: push: branches: [ main ] - pull_request: - branches: [ main ] jobs: - build: runs-on: windows-latest steps: @@ -17,10 +14,8 @@ jobs: with: go-version: 1.15 - name: Build - run: go build -ldflags "-H=windowsgui" -o tempmanager.exe -v ./... - - uses: actions/upload-artifact@v2 + run: go build -ldflags "-H=windowsgui" -v - uses: actions/upload-artifact@v2 with: - name: tempmanager - path: tempmanager.exe - + name: a10-4600m-tempmanager + path: a10-4600m-tempmanager.exe