diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 10f6de02..9332ae21 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -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/upload-release-assets@v2.0 with: - files: ${{ github.workspace }}/go/bin/framesd-* + files: framesd-* repo-token: ${{ secrets.GITHUB_TOKEN }}