Skip to content

Commit

Permalink
quoted string
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBrostrom committed Mar 4, 2024
1 parent 5da4647 commit 28b211d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
U_USER: ${{ secrets.SERVER_USER }}
U_PASS: ${{ secrets.SERVER_PASSWORD }}
run: |
sshpass -p $U_PASS scp -r server_missions/* $U_USER@$SERVER:/C:/arma3/servers/server_master/mpmissions/.
sshpass -p "$U_PASS" scp -r server_missions/* $U_USER@$SERVER:/C:/arma3/servers/server_master/mpmissions/.

0 comments on commit 28b211d

Please sign in to comment.