We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e1252e commit 569b12dCopy full SHA for 569b12d
.github/workflows/build.yml
@@ -43,7 +43,7 @@ jobs:
43
go-version-file: ./go.mod
44
- name: build
45
run: |
46
- echo "BINARY_NAME=$(cut -d "-" -f 1 <<< "${{ matrix.os }")" >> $GITHUB_ENV
+ echo "BINARY_NAME=$(cut -d "-" -f 1 <<< "${{ matrix.os }}")" >> $GITHUB_ENV
47
go build -o ntp-cli-${BINARY_NAME}-v${{ env.VERSION }}
48
- name: upload the artifact
49
uses: actions/upload-artifact@v4
.github/workflows/release.yml
@@ -44,7 +44,7 @@ jobs:
50
0 commit comments