Skip to content

Commit a46ddea

Browse files
committed
fix
Signed-off-by: oliver könig <okoenig@nvidia.com>
1 parent 4aa537b commit a46ddea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
timeout 20m ./build.sh || EXIT_CODE=$?
151151
152152
# Store exit code in GitHub env for later steps
153-
echo "build_exit_code=$exit_code" >> $GITHUB_ENV
153+
echo "build_exit_code=$EXIT_CODE" | tee -a "$GITHUB_OUTPUT"
154154
155155
# Do not fail the job if timeout killed the build
156156
exit 0

0 commit comments

Comments
 (0)