Skip to content

Commit

Permalink
Update dotnet-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tinohager committed Mar 22, 2022
1 parent 5e67df4 commit 0bdda4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: dotnet build --configuration Release --no-restore /p:NoWarn=1591
- name: Build project
run: |
dotnet publish ./src/Portalum.TrwPrinter.EasyPrinterS3.ControlPanel/Portalum.TrwPrinter.EasyPrinterS3.ControlPanel.csproj --configuration Release --self-contained false --runtime win-x64 -p:PublishReadyToRun=true -p:PublishSingleFile=true --output ./publish/temp
dotnet publish ./src/Portalum.TrwPrinter.EasyPrinterS3.ControlPanel/Portalum.TrwPrinter.EasyPrinterS3.ControlPanel.csproj --configuration Release --self-contained false --runtime win-x64 -p:PublishSingleFile=true --output ./publish/temp
- uses: vimtor/action-zip@v1
with:
files: ./publish/temp
Expand Down

0 comments on commit 0bdda4e

Please sign in to comment.