Skip to content

Commit 99c0cab

Browse files
committed
debug
1 parent d492547 commit 99c0cab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ jobs:
6565
with open(github_output, 'a') as output_file:
6666
print(f'{output_name}=success', file=output_file)
6767
- if: always()
68-
run: echo "0" >> "pg_result_${{ matrix.os }}"
68+
run: echo "0" > "pg_result_${{ matrix.os }}"
6969
- if: failure()
70-
run: echo "1" >> "pg_result_${{ matrix.os }}"
70+
run: echo "1" > "pg_result_${{ matrix.os }}"
7171
- name: Upload result artifact
7272
if: always()
7373
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)