Try again.

This commit is contained in:
2024-12-02 14:06:27 +01:00
parent e517cfec77
commit 548ea3bd19

View File

@@ -19,9 +19,9 @@ jobs:
run: |
set -e
for script in $(ls *.kts | sort -r); do
echo "Running $script"
kotlin $script
done | tee solutions-output.txt
echo "Running $script" | tee -a solutions-output.txt
kotlin $script 2>&1 | tee -a solutions-output.txt
done
- name: Upload Solutions Output
uses: actions/upload-artifact@v4
with: