Aktualizovat .gitea/workflows/build.yml
Some checks failed
Build PlotSquared / Build-latest-jar (push) Failing after 5m18s
Some checks failed
Build PlotSquared / Build-latest-jar (push) Failing after 5m18s
This commit is contained in:
parent
1eb71bfa36
commit
e2f36ae296
@ -22,7 +22,13 @@ jobs:
|
||||
cd PlotSquared && ls -lah
|
||||
- name: Build | Gradlew build
|
||||
run: cd PlotSquared && ls -lah && chmod +x gradlew && ./gradlew build && 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: |-
|
||||
Bukkit/build/libs/plotsquared-bukkit-7.3.10-SNAPSHOT.jar
|
||||
- name: Build | publish jar
|
||||
run: |
|
||||
cd PlotSquared && ls -lah Bukkit/build/libs/
|
||||
curl --insecure --user username:mypass -T Bukkit/build/libs/plotsquared-bukkit-7.3.8-SNAPSHOT.jar ftp://192.168.10.133:/
|
||||
curl --insecure --user username:mypass -T Bukkit/build/libs/plotsquared-bukkit-7.3.10-SNAPSHOT.jar ftp://192.168.10.133:/
|
Loading…
Reference in New Issue
Block a user