Skip to content

Commit

Permalink
Update auto_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raller1028 authored Mar 13, 2023
1 parent ae7d588 commit e15105a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: copy tar to target host
shell: bash
run: |
sshpass -p "${{ secrets.ssh_password }}" scp -r -o StrictHostKeyChecking=no -P 22 './linux-all-appstore.tar.gz' [email protected]:/var/www/download
sshpass -p "${{ secrets.ssh_password }}" scp -r -o StrictHostKeyChecking=no -P 22 './linux-all-casaos-appstore.tar.gz' [email protected]:/var/www/download
echo "ping success"
- name: send message
run: |
Expand Down

0 comments on commit e15105a

Please sign in to comment.