fixing CI ;)
All checks were successful
hello-world / demo-job (push) Successful in 3s

This commit is contained in:
SvenK 2025-12-10 14:18:59 +01:00
parent bc0b35331f
commit b177743f8a

View file

@ -7,6 +7,7 @@ jobs:
- name: my-step
run: echo "Hello World!"
- run: |
mkdir -p artifacts
echo hello > artifacts/one.txt
echo world > artifacts/two.txt
- uses: actions/upload-artifact@v3