ci: use echo to create new file

This commit is contained in:
Gaze
2024-07-16 15:27:52 +07:00
parent 0b09724c71
commit f150451dd7

View File

@@ -59,7 +59,7 @@ jobs:
- run: echo "GOVERSION=$(go version)" >> $GITHUB_ENV
- name: Touch test result file
run: touch test_output.json
run: echo "" > test_output.json
- name: Build
run: go build -v ./...