Compare commits

...

3 Commits
1.21.8 ... main

Author SHA1 Message Date
51efaffe1e Aktualizovat .gitea/workflows/build.yml
All checks were successful
Build CoreProtect / Build-latest-jar (push) Successful in 3m9s
2025-08-08 18:50:10 +02:00
2b4322b6c8 Aktualizovat .gitea/workflows/build.yml
All checks were successful
Build CoreProtect / Build-latest-jar (push) Successful in 7m55s
2025-08-08 18:14:00 +02:00
9c5917e3ed Aktualizovat .gitea/workflows/build.yml
All checks were successful
Build CoreProtect / Build-latest-jar (push) Successful in 2m54s
2025-08-08 18:06:21 +02:00

View File

@ -22,15 +22,15 @@ jobs:
- name: Build | Gradlew build
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>23.1</version>|g" pom.xml
sed -i 's/<project.branch><\/project.branch>/<project.branch>premium<\/project.branch>/' pom.xml
sed -i "s|<version>22.4</version>|<version>23.2</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: "1.21.8"
files: |-
CoreProtect/target/CoreProtect-23.1.jar
CoreProtect/target/CoreProtect-23.2.jar
- name: Build | publish jar
run: |
cd CoreProtect && ls -lah target/