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:
39
39
40
40
if [ "$GOOS" = "windows" ]; then
41
41
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
44
44
else
45
45
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
48
48
fi
49
49
mv cql-proxy-* artifacts
50
50
51
51
- name : Store generated binaries
52
52
uses : actions/upload-artifact@v4
53
53
with :
54
- name : cql-proxy-${GOOS} -${GOARCH}-0.2.0-1
54
+ name : cql-proxy-0.2.0-${{ github.run_number }} -${{ strategy.job-index }}
55
55
path : artifacts/*
You can’t perform that action at this time.
0 commit comments