parent
a2f8ecff40
commit
a99cb0bc51
@ -24,6 +24,12 @@ jobs:
|
|||||||
cd CoreProtect && ls -lah
|
cd CoreProtect && ls -lah
|
||||||
sed -i 's/<project.branch><\/project.branch>/<project.branch>main<\/project.branch>/' pom.xml
|
sed -i 's/<project.branch><\/project.branch>/<project.branch>main<\/project.branch>/' pom.xml
|
||||||
mvn clean install && ls -lah && ls */ -lah && ls */* -lah&& ls */*/* -lah
|
mvn clean install && ls -lah && ls */ -lah && ls */* -lah&& ls */*/* -lah
|
||||||
|
- name: Release
|
||||||
|
uses: https://git.lipovcan.cz/Upstream/gitea-release-action.git@v1
|
||||||
|
with:
|
||||||
|
tag_name: "1.21.4"
|
||||||
|
files: |-
|
||||||
|
CoreProtect/target/CoreProtect-22.4.jar
|
||||||
- name: Build | publish jar
|
- name: Build | publish jar
|
||||||
run: |
|
run: |
|
||||||
cd CoreProtect && ls -lah target/
|
cd CoreProtect && ls -lah target/
|
||||||
|
Loading…
Reference in New Issue
Block a user