Skip to content

Commit

Permalink
remove tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
snicol authored Jul 16, 2020
1 parent ee6a7f4 commit 269ceeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
go get -v -t -d ./...
- name: build OSX amd64
run: go build -o /tmp/shush-osx-amd64 -v ./cmd
run: go build -o shush-osx-amd64 -v ./cmd

- name: test
run: go test -v ./...

- uses: actions/upload-artifact@v2
with:
name: shush-osx-amd64
path: /tmp/shush-osx-amd64
path: shush-osx-amd64

0 comments on commit 269ceeb

Please sign in to comment.