diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index f957cef..86a5570 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -23,5 +23,5 @@ jobs: run: cd CoreProtect && ls -lah && mvn clean install && ls -lah && ls */ -lah && ls */* -lah&& ls */*/* -lah - name: Build | publish jar run: | - cd CoreProtect && ls -lah target/target/ - curl --insecure --user username:mypass -T target/target/CoreProtect-22.2.jar ftp://192.168.10.133:/ \ No newline at end of file + cd CoreProtect && ls -lah target/ + curl --insecure --user username:mypass -T target/CoreProtect-22.2.jar ftp://192.168.10.133:/ \ No newline at end of file