Test artifact

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

View File

@ -21,4 +21,9 @@ jobs:
for script in $(ls *.kts | sort -r); do
echo "Running $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