updated
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user