parent
495987c06c
commit
e92a67d0db
1 changed files with 10 additions and 0 deletions
10
.forgejo/workflows/pipeline.yaml
Normal file
10
.forgejo/workflows/pipeline.yaml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
upload:
|
||||
runs-on: host
|
||||
steps:
|
||||
- uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: 24
|
||||
- uses: actions/checkout@v6
|
||||
- run: ./gradlew buildFatJar
|
||||
Loading…
Add table
Add a link
Reference in a new issue