Aktualizovat .gitea/workflows/build.yml
All checks were successful
Build CoreProtect / Build-latest-jar (push) Successful in 2m49s

This commit is contained in:
Radim Lipovčan 2025-08-08 16:52:32 +02:00
parent ebb77993c3
commit f65034e3ba

View File

@ -23,14 +23,14 @@ jobs:
run: |
cd CoreProtect && ls -lah
sed -i 's/<project.branch><\/project.branch>/<project.branch>master<\/project.branch>/' pom.xml
sed -i "s|<version>22.4</version>|<version>99</version>|g" pom.xml
sed -i "s|<version>22.4</version>|<version>23.1</version>|g" pom.xml
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: "99"
tag_name: "1.21.8"
files: |-
CoreProtect/target/CoreProtect-99.jar
CoreProtect/target/CoreProtect-23.1.jar
- name: Build | publish jar
run: |
cd CoreProtect && ls -lah target/