Skip to content

Commit fd700ac

Browse files
authored
Merge pull request #23 from sriumcp/assets
build binaries with version
2 parents 4a9bf0d + 48d75ba commit fd700ac

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/assets.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ jobs:
1616
go-version: 1.17
1717
- uses: actions/checkout@v2
1818
- name: Build binaries
19-
run: make dist
19+
run: |
20+
VERSION=${GITHUB_REF#refs/*/}
21+
echo "Version: ${VERSION}"
22+
make dist
2023
- name: Upload binaries to release
2124
uses: svenstaro/upload-release-action@v2
2225
with:

0 commit comments

Comments
 (0)