Initial commit
All checks were successful
/ artifact (push) Successful in 12s

This commit is contained in:
Bart van der Braak 2024-11-18 23:26:14 +00:00 committed by Bart van der Braak
commit 8c94e6d34d
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: forgejo/upload-artifact@v4
with:
path: "${{ env.GITHUB_WORKSPACE }}"