FIX: ci.yml
Some checks failed
First CI / test (push) Failing after 6s
First CI / build (push) Failing after 57s

This commit is contained in:
holek363
2025-11-20 13:45:14 +01:00
parent e7baa9938c
commit 89164b6ab1

View File

@@ -12,7 +12,7 @@ jobs:
- run: dotnet restore
- run: dotnet build
- run: dotnet test
- run: dotnet publish -o app -r linux-x64 --sc p:PublishSingleFile=true,AssemblyName=app
- run: dotnet publish ./lab2/Lab7.csproj -c Release -o app -r linux-x64 -p:PublishSingleFile=true -p:AssemblyName=app
- run: tar cf app.tar app/
- uses: actions/upload-artifact@v3
with: