build: Add action to build and automatically release files #170
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@@ -48,15 +48,15 @@ jobs:
|
|||||||
- name: Upload Distributable Jar
|
- name: Upload Distributable Jar
|
||||||
id: upload-final
|
id: upload-final
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: dist
|
name: dist
|
||||||
path: ./target/OpenInv.jar
|
path: ./target/OpenInv.jar
|
||||||
- name: Upload API Jar
|
- name: Upload API Jar
|
||||||
id: upload-api
|
id: upload-api
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: api
|
name: api
|
||||||
path: ./api/target/openinvapi*.jar
|
path: ./api/target/openinvapi*.jar
|
||||||
|
|
||||||
release:
|
release:
|
||||||
name: Create Github Release
|
name: Create Github Release
|
||||||
|
Reference in New Issue
Block a user