Skip to content

Commit

Permalink
updated deploy-ftp file
Browse files Browse the repository at this point in the history
  • Loading branch information
suxrobGM committed Jan 18, 2024
1 parent 8609ae1 commit fefe49b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-ftp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
dotnet-version: 8.0.x

- name: Publish
run: dotnet publish ${{ env.ADMIN_APP_PROJECT }} -c Release -r win-x86 -p:PublishSingleFile=true --self-contained true --output ./Release
run: dotnet publish ${{ env.ADMIN_APP_PROJECT }} -c Release -r win-x86 -p:PublishTrimmed=true --self-contained true --output ./Release

- name: Deploy to host
uses: SamKirkland/FTP-Deploy-Action@4.3.2
Expand Down

0 comments on commit fefe49b

Please sign in to comment.