From 78ae57f7685f74eb15f3500e53ff690252c37e11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20Lipov=C4=8Dan?= Date: Wed, 4 Oct 2023 18:59:43 +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 fb70514..76653eb 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: 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 + run: cd Folia && curl --insecure --user username:mypass -T build/libs/* ftp://gitea.lipovcan.cz:/ \ No newline at end of file