From 053c6aba3b77d359da77c45efff4cd622ef1adc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20Lipov=C4=8Dan?= Date: Tue, 4 Apr 2023 08:46:44 +0200 Subject: [PATCH] =?UTF-8?q?Aktualizovat=20=E2=80=9E.gitea/workflows/build.?= =?UTF-8?q?yml=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index b9c5147..84c6307 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -25,4 +25,4 @@ jobs: - name: Build | createJar run: cd Folia && ./gradlew createReobfBundlerJar - name: Build | publish jar - run: curl --insecure --user username:mypass -T Folia/build/libs/* ftp://gitea.lipovcan.cz:/ \ No newline at end of file + run: cd Folia && curl --insecure --user username:mypass -T build/libs/* ftp://gitea.lipovcan.cz:/$(date +%F)/$(git log --pretty=format:'%h' -n 1)/ \ No newline at end of file