This commit is contained in:
parent
6a42539f09
commit
beb4b9ef6c
2
.github/workflows/solve.yaml
vendored
2
.github/workflows/solve.yaml
vendored
@ -54,7 +54,7 @@ jobs:
|
||||
continue
|
||||
fi
|
||||
echo "Running $script with input from $dayname" | tee -a solutions-output.txt
|
||||
echo "$input_var" | kotlin $script 2>&1 | tee -a solutions-output.txt
|
||||
echo -n "$input_var" | kotlin $script 2>&1 | tee -a solutions-output.txt
|
||||
done
|
||||
- name: Upload Solutions Output
|
||||
uses: actions/upload-artifact@v3
|
||||
|
Loading…
Reference in New Issue
Block a user