From b8ed506469c214e79475ca0a3d81b9f6c56b4e1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B0=D0=BD=D0=B8=D0=B8=D0=BB=20=D0=93=D0=BE=D1=80?= =?UTF-8?q?=D0=BB=D1=8F=D0=BA=D0=BE=D0=B2?= <63161448+pmpknu@users.noreply.github.com> Date: Tue, 11 Jun 2024 00:03:31 +0300 Subject: [PATCH] fix (build.yml) still trying run github actions `builds.zip` --- .github/workflows/build.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2d6fb09..4ee7c0c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,6 +33,11 @@ jobs: - name: Run team run: ./gradlew team + + - name: List files in root + run: ls -la + - name: List files in build/libs + run: ls -la build/libs - name: Copy to Helios uses: appleboy/scp-action@v0.1.7 @@ -41,6 +46,6 @@ jobs: username: ${{ secrets.USERNAME }} key: ${{ secrets.SSH_KEY }} port: ${{ secrets.PORT }} - source: "build/libs/*.war, *.zip" + source: "build/libs/*.war:builds.zip" target: "se-basics-3" strip_components: 2