Aktualizovat .gitea/workflows/build.yml
All checks were successful
Build Folio / Explore-Gitea-Actions (push) Successful in 17m15s
All checks were successful
Build Folio / Explore-Gitea-Actions (push) Successful in 17m15s
This commit is contained in:
parent
3c20137268
commit
69ce8bf994
@ -1,5 +1,5 @@
|
|||||||
name: Build Folio
|
name: Build Folio
|
||||||
run-name: Build Folio latest Jar
|
run-name: Build Folio Jar
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
@ -25,5 +25,11 @@ jobs:
|
|||||||
run: cd Folia && ./gradlew applyPatches
|
run: cd Folia && ./gradlew applyPatches
|
||||||
- name: Build | createJar
|
- name: Build | createJar
|
||||||
run: cd Folia && ./gradlew createReobfBundlerJar
|
run: cd Folia && ./gradlew createReobfBundlerJar
|
||||||
- name: Build | publish jar
|
- name: Build | list jar
|
||||||
run: cd Folia && curl --insecure --user username:mypass -T build/libs/* ftp://192.168.10.133:/
|
run: cd Folia && ls build/libs/*
|
||||||
|
- name: Release
|
||||||
|
uses: https://git.lipovcan.cz/Upstream/gitea-release-action.git@v1
|
||||||
|
with:
|
||||||
|
tag_name: "1.21.4"
|
||||||
|
files: |-
|
||||||
|
build/libs/*
|
Loading…
Reference in New Issue
Block a user