build: Add action to build and automatically release files #170

Merged
Jikoo merged 5 commits from chore/actions into master 2020-11-26 11:05:46 -05:00
Showing only changes of commit 1246556878 - Show all commits

View File

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