Skip to content

Commit 0bdda4e

Browse files
committed
Update dotnet-publish.yml
1 parent 5e67df4 commit 0bdda4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: dotnet build --configuration Release --no-restore /p:NoWarn=1591
2525
- name: Build project
2626
run: |
27-
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
27+
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
2828
- uses: vimtor/action-zip@v1
2929
with:
3030
files: ./publish/temp

0 commit comments

Comments
 (0)