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
4 changed files with 106 additions and 14 deletions
Showing only changes of commit ceb1381613 - Show all commits

View File

@@ -88,6 +88,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: with:
upload_url: ${{ steps.create-release.outputs.upload_url }} upload_url: ${{ steps.create-release.outputs.upload_url }}
asset_path: ./target/OpenInv.jar asset_path: ./OpenInv.jar
asset_name: OpenInv.jar asset_name: OpenInv.jar
asset_content_type: application/java-archive asset_content_type: application/java-archive