commit
533c1e923a
5 changed files with 421 additions and 0 deletions
15
.forgejo/workflows/publish.yml
Normal file
15
.forgejo/workflows/publish.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
jobs:
|
||||
artifact:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/forgejo-release@v2
|
||||
with:
|
||||
direction: upload
|
||||
url: "${{ env.GITHUB_SERVER_URL }}"
|
||||
repo: "${{ env.GITHUB_REPOSITORY }}"
|
||||
release-dir: "${{ env.GITHUB_WORKSPACE }}/config"
|
Loading…
Add table
Add a link
Reference in a new issue