Skip to content

Commit

Permalink
Also silence curl's stderr
Browse files Browse the repository at this point in the history
Co-authored-by: Hiroshiba <[email protected]>
  • Loading branch information
qryxip and Hiroshiba authored Sep 2, 2024
1 parent 7f0d878 commit a743d28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,8 @@ jobs:
-F 'payload_json={"username":"onnxruntime-builder"}' \
-F file1=@${{ matrix.artifact_name }}_stdout.txt \
-F file2=@${{ matrix.artifact_name }}_stderr.txt \
> /dev/null
> /dev/null 2>&1
env:
PRODUCTION_DISCORD_WEBHOOK: ${{ secrets.PRODUCTION_DISCORD_WEBHOOK }}

Expand Down

0 comments on commit a743d28

Please sign in to comment.