parent
52ef387c07
commit
b4aacd9010
1 changed files with 10 additions and 0 deletions
10
.gitea/workflows/test-release.yml
Normal file
10
.gitea/workflows/test-release.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
on: [tag,workflow_dispatch]
|
||||
jobs:
|
||||
upload-release:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/forgejo-release@v2
|
||||
with:
|
||||
direction: upload
|
||||
release-dir: test
|
Loading…
Add table
Reference in a new issue