From 7f538486df9fbd2c1f5e813343e97507c41b9f54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20Lipov=C4=8Dan?= Date: Sat, 1 Apr 2023 21:28:51 +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 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index caa99b4..a5088ef 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -25,4 +25,9 @@ jobs: - name: Build | createJar run: cd Folia && ./gradlew createReobfBundlerJar - name: Build | ls - run: cd Folia && ls build/libs -lah \ No newline at end of file + run: cd Folia && ls build/libs -lah + - name: Archive code coverage results + uses: actions/upload-artifact@v3 + with: + name: built-jar + path: Folia/build/libs/*.jar \ No newline at end of file