Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
truongtphat authored Aug 19, 2023
1 parent 59c34ee commit 4673102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
HOST: ${{ secrets.FTP_SERVER }}
USERNAME: ${{ secrets.FTP_USERNAME }}
PASSWORD: ${{ secrets.FTP_PASSWORD }}
run: bash develop/deployment/deployment.sh "$HOST" "$USERNAME" "\$PASSWORD" "./Release" "/test_folder" "./*"
run: bash develop/deployment/deployment.sh "${{ secrets.FTP_SERVER }}" "${{ secrets.FTP_USERNAME }}" "\${{ secrets.FTP_PASSWORD }}" "./Release" "/test_folder" "./*"

0 comments on commit 4673102

Please sign in to comment.