Aktualizovat .gitea/workflows/build.yml
Some checks failed
Build CoreProtect / Build-latest-jar (push) Failing after 24s

This commit is contained in:
Radim Lipovčan 2025-06-12 10:59:01 +02:00
parent 28bab63739
commit 216e843433

View File

@ -23,13 +23,14 @@ jobs:
run: | run: |
cd CoreProtect && ls -lah cd CoreProtect && ls -lah
sed -i 's/<project.branch><\/project.branch>/<project.branch>master<\/project.branch>/' pom.xml sed -i 's/<project.branch><\/project.branch>/<project.branch>master<\/project.branch>/' 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 mvn clean install && ls -lah && ls */ -lah && ls */* -lah&& ls */*/* -lah
- name: Release - name: Release
uses: https://git.lipovcan.cz/Upstream/gitea-release-action.git@v1 uses: https://git.lipovcan.cz/Upstream/gitea-release-action.git@v1
with: with:
tag_name: "1.21.5" tag_name: "23.1"
files: |- files: |-
CoreProtect/target/CoreProtect-22.4.jar CoreProtect/target/CoreProtect-23.1.jar
- name: Build | publish jar - name: Build | publish jar
run: | run: |
cd CoreProtect && ls -lah target/ cd CoreProtect && ls -lah target/