This commit is contained in:
parent
495987c06c
commit
bc2685944b
2 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
|
||||||
0
gradlew
vendored
Normal file → Executable file
0
gradlew
vendored
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue