From 12bdaa514d08155bed2a335cf8fb0904aeebac5c Mon Sep 17 00:00:00 2001 From: ferriarnus <61201275+ferriarnus@users.noreply.github.com> Date: Thu, 23 May 2024 13:59:09 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 236b614..cb259aa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,6 @@ name: Build -on: [push, pull_request] +on: [push] jobs: build: @@ -22,3 +22,8 @@ jobs: uses: gradle/actions/setup-gradle@v3 with: arguments: build + - name: Upload build artifacts + uses: actions/upload-artifact@v4 + with: + name: Package + path: build/libs \ No newline at end of file