Skip to content

Commit

Permalink
Merge pull request #203 from Muska-Ami/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Muska-Ami authored Oct 2, 2024
2 parents e6704d7 + a887110 commit 4780f1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,15 +254,15 @@ jobs:

steps:
- name: Update APT Source
uses: wlixcc/SFTP-Deploy-Action@v1
uses: wlixcc/SFTP-Deploy-Action@v1.2.4
with:
username: root
server: ${{ secrets.APT_PUBLISH_SERVER_IP }}
password: ${{ secrets.APT_PUBLISH_SSH_PASSWORD }}
local_path: './dist/${{ env.NYA_VERSION }}/nyalcf-${{ env.NYA_VERSION }}-linux.deb'
remote_path: '/root/aptly/'
- name: Run Remote Shell
uses: appleboy/ssh-action@v1
uses: appleboy/ssh-action@v1.0.3
with:
host: ${{ secrets.APT_PUBLISH_SERVER_IP }}
username: root
Expand Down

0 comments on commit 4780f1d

Please sign in to comment.