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 93c958a commit a3c0823
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 @@ -37,5 +37,5 @@ jobs:
FTP_HOST: ${{ secrets.FTP_SERVER }}
FTP_USERNAME: ${{ secrets.FTP_USERNAME }}
FTP_PASSWORD: ${{ secrets.FTP_PASSWORD }}
LOCAL_FOLDER: "./Release"
LOCAL_FOLDER: "${{ github.workspace }}/Release"
REMOTE_FOLDER: "/test_folder"

0 comments on commit a3c0823

Please sign in to comment.