forge_automate/.forgejo/workflows/release.yaml
Guilhem Lavaux 3598b6ae48
Some checks failed
/ release (push) Failing after 1m1s
chore: test release actions
2025-06-16 14:54:12 +02:00

11 lines
249 B
YAML

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