From 9565d8f60f7624d6394aac2be80d8c965097464b Mon Sep 17 00:00:00 2001 From: Adrian Siekierka Date: Tue, 7 Jun 2022 23:49:43 +0200 Subject: [PATCH] update GitHub Actions, save build JARs for builds --- .github/workflows/build.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 201901adf..91db909a1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,3 +29,13 @@ jobs: env: GPR_USER: ${{ secrets.GPR_USER }} GPR_KEY: ${{ secrets.GPR_KEY }} + - name: Archive artifacts + uses: actions/upload-artifact@v3 + with: + name: OpenComputers + path: build/libs/*-universal.jar + - name: Archive artifacts + uses: actions/upload-artifact@v3 + with: + name: OpenComputers (development environment build) + path: build/libs/*-dev.jar