HOTFIX: ci.yml
All checks were successful
First CI / build (linux-x64) (push) Successful in 1m32s
First CI / build (win-x64) (push) Successful in 1m50s

This commit is contained in:
holek363
2025-11-20 13:55:01 +01:00
parent 43c8340e0b
commit 894aa227a2

View File

@@ -13,4 +13,4 @@ jobs:
with: with:
dotnet-version: '8.0.x' dotnet-version: '8.0.x'
- run: dotnet restore - run: dotnet restore
- run: dotnet publish ./Lab7.csproj -c Release -o app -r ${{ matrix.rid }} -p:PublishSingleFile=true -p:AssemblyName=app - run: dotnet publish ./Lab7.csproj -c Release -o app -r ${{ matrix.rid }} -p:PublishSingleFile=true -p:AssemblyName=app