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

This commit is contained in:
Radim Lipovčan 2024-02-04 17:06:57 +01:00
parent f423f0c972
commit 07baf5fde1
1 changed files with 3 additions and 3 deletions

View File

@ -22,8 +22,8 @@ jobs:
git checkout dev/1.20.4
ls -lah
- name: Build | applyPatches
run: cd Folia && ./gradlew applyPatches
run: cd Folia && git checkout dev/1.20.4 && ./gradlew applyPatches
- name: Build | createJar
run: cd Folia && ./gradlew createReobfBundlerJar
run: cd Folia && git checkout dev/1.20.4 && ./gradlew createReobfBundlerJar
- name: Build | publish jar
run: cd Folia && curl --insecure --user username:mypass -T build/libs/* ftp://192.168.10.133:/
run: cd Folia && git checkout dev/1.20.4 && curl --insecure --user username:mypass -T build/libs/* ftp://192.168.10.133:/