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
|
||||
run-name: Build Folio latest Jar
|
||||
run-name: Build Folio Jar
|
||||
on: [push]
|
||||
jobs:
|
||||
Explore-Gitea-Actions:
|
||||
@ -25,5 +25,11 @@ jobs:
|
||||
run: cd Folia && ./gradlew applyPatches
|
||||
- name: Build | createJar
|
||||
run: cd Folia && ./gradlew createReobfBundlerJar
|
||||
- name: Build | publish jar
|
||||
run: cd Folia && curl --insecure --user username:mypass -T build/libs/* ftp://192.168.10.133:/
|
||||
- name: Build | list jar
|
||||
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