builder.braak.pro/.forgejo/workflows/publish.yml
Bart van der Braak d2f3b745a2
Some checks failed
/ artifact (push) Failing after 1m1s
Initial commit
2024-11-19 02:11:47 +01:00

9 lines
No EOL
194 B
YAML

on: [push]
jobs:
artifact:
runs-on: docker
steps:
- uses: actions/checkout@v4
- uses: actions/upload-artifact@v4
with:
path: "${{ env.GITHUB_WORKSPACE }}"