Initial commit
This commit is contained in:
commit
7da6b964e0
5 changed files with 418 additions and 0 deletions
12
.forgejo/workflows/publish.yml
Normal file
12
.forgejo/workflows/publish.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
on:
|
||||
push: [main]
|
||||
jobs:
|
||||
artifact:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/forgejo-release@v2
|
||||
with:
|
||||
direction: upload
|
||||
url: https://git.braak.pro
|
||||
release-dir: "${{ env.GITHUB_WORKSPACE }}/config"
|
Loading…
Add table
Add a link
Reference in a new issue