We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e8d585 commit 25aa773Copy full SHA for 25aa773
test/jobs-live.jl
@@ -333,7 +333,7 @@ end
333
n = write(ENV["RESULTS_FILE"], "output-txt-content")
334
@info "Wrote $(n) bytes"
335
if haskey(ENV, "JULIAHUB_RESULTS_UPLOAD_DIR")
336
- open(ENV["JULIAHUB_RESULTS_UPLOAD_DIR"], "w") do io
+ open(joinpath(ENV["JULIAHUB_RESULTS_UPLOAD_DIR"], "output.txt"), "w") do io
337
write(io, "output-txt-content")
338
end
339
0 commit comments