diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b4f1124..ff1b446 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -47,7 +47,7 @@ jobs: overwrite: true source: "./target/komornik-0.0.1-SNAPSHOT.jar" target: "/home/ubuntu/Documents/" - strip_components: 1 + strip_components: 2 - name: bump app version uses: appleboy/ssh-action@v1.0.3 with: