We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e67df4 commit 0bdda4eCopy full SHA for 0bdda4e
.github/workflows/dotnet-publish.yml
@@ -24,7 +24,7 @@ jobs:
24
run: dotnet build --configuration Release --no-restore /p:NoWarn=1591
25
- name: Build project
26
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
+ 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
28
- uses: vimtor/action-zip@v1
29
with:
30
files: ./publish/temp
0 commit comments