Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit24dcfba

Browse files
committed
debug
1 parent18ffac3 commit24dcfba

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
@@ -410,9 +410,9 @@ jobs:
410410
with open(github_output, 'a') as output_file:
411411
print(f'{output_name}=success', file=output_file)
412412
-if:failure()
413-
run:echo "0" >> "pg_result_${{ matrix.os }}"
414-
-if:success()
415413
run:echo "1" >> "pg_result_${{ matrix.os }}"
414+
-if:success()
415+
run:echo "0" >> "pg_result_${{ matrix.os }}"
416416
-name:Upload result artifact
417417
uses:actions/upload-artifact@v4
418418
with:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp