This repository was archived by the owner on Jul 25, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ name: Release Maven
22
33
44
5- on :
6- push :
7- tags :
8- - ' *'
9- # on: [push]
5+ # on:
6+ # push:
7+ # tags:
8+ # - '*'
9+ on : [push]
1010
1111
1212
2424 java-package : jdk+fx
2525 - name : Build with Maven
2626 run :
27- mvn clean package -DskipTests=true -Dmaven.javadoc.skip=true -B -V
27+ mvn clean package -DskipTests=true -Dmaven.javadoc.skip=true -B -V -X
2828 - name : Create Release
2929 id : create_release
3030 uses : SummerSec/create-release@master
5656 GITHUB_TOKEN : ${{secrets.RELEASE}}
5757 with :
5858 upload_url : ${{ steps.create_release.outputs.upload_url }}
59- asset_path : /home/runner/work/SPATool/SPATool /target/SPATool -${{ steps.create_release.outputs.tag }}-SNAPSHOT-all.jar
60- asset_name : SPATool -${{ steps.create_release.outputs.tag }}-SNAPSHOT-all.jar
59+ asset_path : /home/runner/work/SpringBootExploit/SpringBootExploit /target/SpringBootExploit -${{ steps.create_release.outputs.tag }}-SNAPSHOT-all.jar
60+ asset_name : SpringBootExploit -${{ steps.create_release.outputs.tag }}-SNAPSHOT-all.jar
6161 asset_content_type : application/java-archive
You can’t perform that action at this time.
0 commit comments