Initial commit
Some checks failed
/ artifact (push) Failing after 1m1s

This commit is contained in:
Bart van der Braak 2024-11-18 23:26:14 +00:00 committed by Bart van der Braak
commit d2f3b745a2
5 changed files with 415 additions and 0 deletions

View file

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