mirror of
https://github.com/dev-claw/vripper-project.git
synced 2026-08-19 08:35:41 +02:00
Update maven-publish.yml
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
name: Maven Package
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
release:
|
||||
types: [created]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -26,3 +27,16 @@ jobs:
|
||||
|
||||
- name: Build with Maven
|
||||
run: mvn -B install --file pom.xml
|
||||
- name: Upload GUI Binary
|
||||
uses: skx/github-action-publish-binaries@master
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
args: 'vripper-gui/target/vripper-gui-*.jar'
|
||||
- name: Upload WEB Binary
|
||||
uses: skx/github-action-publish-binaries@master
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
args: 'vripper-web/target/vripper-web-*.jar'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user