From 12c6a175236749868efde72f371f46bd240cf209 Mon Sep 17 00:00:00 2001 From: Roman Danilov <35975332+Nekiplay@users.noreply.github.com> Date: Sun, 5 Jan 2025 08:47:40 +0500 Subject: [PATCH] Update dev_build.yml --- .github/workflows/dev_build.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/dev_build.yml b/.github/workflows/dev_build.yml index fcca7f6..5812521 100644 --- a/.github/workflows/dev_build.yml +++ b/.github/workflows/dev_build.yml @@ -12,8 +12,16 @@ jobs: distribution: adopt - name: Make gradlew executable run: chmod +x ./gradlew + - name: Build run: ./gradlew build + + - name: Archive Artifacts + uses: actions/upload-artifact@v4 + with: + name: Artifacts + path: ./build/libs/ + - name: Release uses: marvinpinto/action-automatic-releases@latest with: