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 6a5a5bf commit 663fac1
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 @@ -36,4 +36,4 @@ jobs:
HOST: ${{ secrets.FTP_SERVER }}
USERNAME: ${{ secrets.FTP_USERNAME }}
PASSWORD: ${{ secrets.FTP_PASSWORD }}
run: bash develop/deployment/deployment.sh "${{ secrets.FTP_SERVER }}" "${{ secrets.FTP_USERNAME }}" "\${{ secrets.FTP_PASSWORD }}" "./Release" "/test_folder" "./*"
run: bash develop/deployment/deployment.sh "./Release" "/test_folder" "./*"

0 comments on commit 663fac1

Please sign in to comment.