mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-08 23:06:58 -04:00
update GitHub Actions, save build JARs for builds
This commit is contained in:
parent
8000ef5f4e
commit
9565d8f60f
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user