This commit is contained in:
parent
9668926992
commit
a34963df78
7
.github/workflows/solve.yaml
vendored
7
.github/workflows/solve.yaml
vendored
@ -21,4 +21,9 @@ jobs:
|
|||||||
for script in $(ls *.kts | sort -r); do
|
for script in $(ls *.kts | sort -r); do
|
||||||
echo "Running $script"
|
echo "Running $script"
|
||||||
kotlin $script
|
kotlin $script
|
||||||
done
|
done | tee solutions-output.txt
|
||||||
|
- name: Upload Solutions Output
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: solutions-output
|
||||||
|
path: solutions-output.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user