chore: test release actions
Some checks failed
/ release (push) Failing after 1m1s

This commit is contained in:
Guilhem Lavaux 2025-06-16 14:54:12 +02:00
parent e460a26c0b
commit 3598b6ae48

View file

@ -0,0 +1,11 @@
on: [push]
jobs:
release:
runs-on: docker
steps:
- run: mkdir -p mypath
- run: echo "hello" > mypath/world.txt
- uses: actions/upload-artifact@v4
with:
name: my-artifact
path: mypath/world.txt