Try again.

This commit is contained in:
Logiar 2024-12-02 14:06:27 +01:00
parent e517cfec77
commit 548ea3bd19
Signed by: Logiar
SSH Key Fingerprint: SHA256:tq77C31em1ZG4oELIHC3k62wq5UzPSXmhqH8g62whIY

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: