Skip to content

Commit

Permalink
chore(acrions): fixing lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
asishrs committed Jan 12, 2020
1 parent 36bef51 commit cfcfede
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
zip bin/release.zip bin/main
- name: Archive artifacts
uses: actions/upload-artifact@v1
with:
name: dist
path: bin/release.zip
uses: actions/upload-artifact@v1
with:
name: release
path: bin/release.zip

- name: Build
run: GOOS=linux go build -o main .

0 comments on commit cfcfede

Please sign in to comment.