File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,17 +39,17 @@ jobs:
3939
4040 if [ "$GOOS" = "windows" ]; then
4141 go build -o cql-proxy.exe
42- zip -vr cql-proxy-${GOOS}-${GOARCH}-0.2.0-1 .zip cql-proxy.exe LICENSE
43- sha256sum cql-proxy-${GOOS}-${GOARCH}-0.2.0-1 .zip | cut -d ' ' -f 1 > cql-proxy-${GOOS}-${GOARCH}-0.2.0-1 -sha256.txt
42+ zip -vr cql-proxy-${GOOS}-${GOARCH}-0.2.0.zip cql-proxy.exe LICENSE
43+ sha256sum cql-proxy-${GOOS}-${GOARCH}-0.2.0.zip | cut -d ' ' -f 1 > cql-proxy-${GOOS}-${GOARCH}-0.2.0-sha256.txt
4444 else
4545 go build -o cql-proxy
46- tar cvfz cql-proxy-${GOOS}-${GOARCH}-0.2.0-1 .tgz cql-proxy LICENSE
47- sha256sum cql-proxy-${GOOS}-${GOARCH}-0.2.0-1 .tgz | cut -d ' ' -f 1 > cql-proxy-${GOOS}-${GOARCH}-0.2.0-1 -sha256.txt
46+ tar cvfz cql-proxy-${GOOS}-${GOARCH}-0.2.0.tgz cql-proxy LICENSE
47+ sha256sum cql-proxy-${GOOS}-${GOARCH}-0.2.0.tgz | cut -d ' ' -f 1 > cql-proxy-${GOOS}-${GOARCH}-0.2.0-sha256.txt
4848 fi
4949 mv cql-proxy-* artifacts
5050
5151 - name : Store generated binaries
5252 uses : actions/upload-artifact@v4
5353 with :
54- name : cql-proxy-${GOOS} -${GOARCH}-0.2.0-1
54+ name : cql-proxy-0.2.0-${{ github.run_number }} -${{ strategy.job-index }}
5555 path : artifacts/*
You can’t perform that action at this time.
0 commit comments