This commit is contained in:
naielv
2025-07-15 13:51:43 +02:00
parent e2dca84a8a
commit 2c277bb12d

View File

@@ -42,7 +42,8 @@ jobs:
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
source: "TeleSec-dist.zip"
target: ${{ secrets.FOLDER }}TeleSec.zip
tar_exec: "tar --no-same-owner "
target: ${{ secrets.FOLDER }}
- name: Execute remote SSH commands using password
uses: appleboy/ssh-action@v1
with:
@@ -51,4 +52,4 @@ jobs:
key: ${{ secrets.KEY }}
script: |
cd ${{ secrets.FOLDER }}
unzip TeleSec.zip
unzip TeleSec-dist.zip