Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Artico committed Dec 21, 2021
1 parent 4833018 commit a2538e2
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@ name: Go
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:

build:
runs-on: windows-latest
steps:
Expand All @@ -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

0 comments on commit a2538e2

Please sign in to comment.