Skip to content

Commit

Permalink
Fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
Gal Topper committed Feb 7, 2023
1 parent bf6f771 commit 8d8086d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,10 @@ jobs:
GOPATH: ${{ github.workspace }}/go
GOARCH: amd64
GOOS: ${{ matrix.go-os }}
FRAMES_TAG: ${{ github.ref_name }}

- name: Upload binaries
uses: AButler/[email protected]
with:
files: ${{ github.workspace }}/go/bin/framesd-*
files: framesd-*
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8d8086d

Please sign in to comment.