From 8f5f3b9cdf7d4c8b553f90c4f6972cb58de8c0a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20Lipov=C4=8Dan?= Date: Sat, 1 Apr 2023 21:32:36 +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 0862172..1e73b28 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -27,7 +27,7 @@ jobs: - name: Build | ls run: cd Folia && ls build/libs -lah - name: Upload artifacts - uses: actions/upload-artifact@v3 + uses: https://github.com/actions/upload-artifact@v3 with: name: built-jar path: Folia/build/libs/*.jar \ No newline at end of file