pipeline
This commit is contained in:
parent
495987c06c
commit
f819cfc12c
1 changed files with 8 additions and 0 deletions
8
.forgejo/workflows/pipeline.yaml
Normal file
8
.forgejo/workflows/pipeline.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
on: [release]
|
||||
jobs:
|
||||
upload:
|
||||
runs-on: host
|
||||
steps:
|
||||
- uses: actions/setup-node@v6
|
||||
- uses: actions/checkout@v6
|
||||
- run: ls -la
|
||||
Loading…
Add table
Add a link
Reference in a new issue