File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ jobs:
2929 run : dotnet test -c Release --no-build --verbosity normal
3030
3131 - name : Publish (framework-dependent)
32- run : dotnet publish -c Release -r win-x64 --no-self-contained -p:PublishSingleFile=true -p:EnableCompressionInSingleFile=false -o ./artifacts/framework-dependent
32+ run : dotnet publish ScreenGrid.csproj -c Release -r win-x64 --no-self-contained -p:PublishSingleFile=true -p:EnableCompressionInSingleFile=false -o ./artifacts/framework-dependent
3333
3434 - name : Publish (self-contained)
35- run : dotnet publish -c Release -r win-x64 --self-contained -p:PublishSingleFile=true -o ./artifacts/self-contained
35+ run : dotnet publish ScreenGrid.csproj -c Release -r win-x64 --self-contained -p:PublishSingleFile=true -o ./artifacts/self-contained
3636
3737 - name : Upload framework-dependent artifact
3838 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments