Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cnlh authored Apr 1, 2020
1 parent 5ff93fd commit 0535246
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Build
run: |
GOOS=linux GOARCH=amd64 go build
tar -zcvf benmark_linux_amd64.tar.gz benmark
tar -zcvf benchmark_linux_amd64.tar.gz benchmark
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Build
run: |
GOOS=windows GOARCH=amd64 go build
tar -zcvf benmark_windows_amd64.tar.gz benmark.exe
tar -zcvf benchmark_windows_amd64.tar.gz benchmark.exe
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Build
run: |
GOOS=darwin GOARCH=amd64 go build
tar -zcvf benmark_darwin_amd64.tar.gz benmark
tar -zcvf benchmark_darwin_amd64.tar.gz benchmark
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 0535246

Please sign in to comment.