Skip to content

Commit 6004579

Browse files
committed
Think this might be a git thing after all
1 parent a3dae62 commit 6004579

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release-binary.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,16 @@ jobs:
2828
- name: Build ${{ matrix.goosarch }} binary
2929
run: |
3030
apt update
31-
apt -y install zip git
31+
apt -y install zip
3232
3333
export GOOSARCH=${{ matrix.goosarch }}
3434
export GOOS=${GOOSARCH%/*}
3535
export GOARCH=${GOOSARCH#*/}
3636
3737
mkdir -p artifacts
38-
38+
39+
git status
40+
3941
if [ "$GOOS" = "windows" ]; then
4042
go build -o cql-proxy.exe
4143
zip -vr cql-proxy-${GOOS}-${GOARCH}-${{ github.ref_name }}.zip cql-proxy.exe LICENSE

0 commit comments

Comments
 (0)