Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
drewda committed Jan 28, 2020
1 parent e94a551 commit b5a9c26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Build on Linux
working-directory: ${{ github.workspace }}/cmd/gotransit
run: CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build
- name: Store Linux binary
- name: Store Linux binary
uses: actions/upload-artifact@v1
with:
name: gotransit-linux
Expand All @@ -56,7 +56,7 @@ jobs:
- name: Build on macOS
working-directory: ${{ github.workspace }}/cmd/gotransit
run: CGO_ENABLED=1 GOOS=darwin GOARCH=amd64 go build
- name: Store macOS binary
- name: Store macOS binary
uses: actions/upload-artifact@v1
with:
name: gotransit-macos
Expand Down

0 comments on commit b5a9c26

Please sign in to comment.