Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ddurieux committed Sep 8, 2024
1 parent f3be08e commit 6596603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,5 +212,5 @@ jobs:
run: |
rsync --version
ls
rsync -avzr -e "ssh -o StrictHostKeyChecking=no -i D:\a\_temp\sshkey" 'fusioninventory-agent_${{ matrix.platform.target }}.zip' '${{ secrets.SSH_DOCUMENTATION_USER }}@${{ secrets.SSH_HOST }}:${{ secrets.DEV_PATH }}'
rsync -avzr -e "ssh -o StrictHostKeyChecking=no -i ${{ steps.rsync.outputs.ssh_key_path }}" 'fusioninventory-agent_${{ matrix.platform.target }}.zip' '${{ secrets.SSH_DOCUMENTATION_USER }}@${{ secrets.SSH_HOST }}:${{ secrets.DEV_PATH }}'

0 comments on commit 6596603

Please sign in to comment.