Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cdle authored Nov 3, 2021
1 parent 22a5d84 commit 01c36aa
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,10 @@ jobs:
- name: Build arm64
run: GOOS=linux GOARCH=arm64 go build -o sillyGirl_linux_arm64

- name: Create GitHub release
uses: marvinpinto/action-automatic-releases@latest
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: ${{ env.ReleaseVersion }}
title: ${{ env.ReleaseVersion }}
prerelease: false
files: |
sillyGirl_linux_amd64
sillyGirl_linux_arm64
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: sillyGirl_linux_*
asset_name: sillyGirl
tag: ${{ github.ref }}

0 comments on commit 01c36aa

Please sign in to comment.