forge_automate/.forgejo/workflows/release.yaml
Guilhem Lavaux 82e66f430a
All checks were successful
/ release (push) Successful in 1m0s
chore: downgrade to v3
2025-06-16 22:33:28 +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@v3
with:
name: my-artifact
path: mypath/world.txt