Aktualizovat .gitea/workflows/build.yml
Build Folio / Explore-Gitea-Actions (push) Successful in 16m51s Details

This commit is contained in:
Radim Lipovčan 2024-04-03 19:00:23 +02:00
parent 07baf5fde1
commit 90fc849b10
1 changed files with 3 additions and 4 deletions

View File

@ -19,11 +19,10 @@ jobs:
run: |
git clone https://git.lipovcan.cz/Upstream/Folia.git
cd Folia
git checkout dev/1.20.4
ls -lah
- name: Build | applyPatches
run: cd Folia && git checkout dev/1.20.4 && ./gradlew applyPatches
run: cd Folia && ./gradlew applyPatches
- name: Build | createJar
run: cd Folia && git checkout dev/1.20.4 && ./gradlew createReobfBundlerJar
run: cd Folia && ./gradlew createReobfBundlerJar
- name: Build | publish jar
run: cd Folia && git checkout dev/1.20.4 && curl --insecure --user username:mypass -T build/libs/* ftp://192.168.10.133:/
run: cd Folia && curl --insecure --user username:mypass -T build/libs/* ftp://192.168.10.133:/