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