update GitHub Actions, save build JARs for builds

This commit is contained in:
Adrian Siekierka 2022-06-07 23:49:43 +02:00
parent 8000ef5f4e
commit 9565d8f60f

View File

@ -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