Skip to content

Commit 8d8086d

Browse files
author
Gal Topper
committed
Fix release action
1 parent bf6f771 commit 8d8086d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/push.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,10 @@ jobs:
110110
GOPATH: ${{ github.workspace }}/go
111111
GOARCH: amd64
112112
GOOS: ${{ matrix.go-os }}
113+
FRAMES_TAG: ${{ github.ref_name }}
113114

114115
- name: Upload binaries
115116
uses: AButler/upload-release-assets@v2.0
116117
with:
117-
files: ${{ github.workspace }}/go/bin/framesd-*
118+
files: framesd-*
118119
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)