FIX: ci.yml
All checks were successful
First CI / build (push) Successful in 1m49s
First CI / test (push) Successful in 8s

This commit is contained in:
holek363
2025-11-20 13:47:55 +01:00
parent 89164b6ab1
commit e2318f2691

View File

@@ -12,7 +12,7 @@ jobs:
- run: dotnet restore
- run: dotnet build
- run: dotnet test
- run: dotnet publish ./lab2/Lab7.csproj -c Release -o app -r linux-x64 -p:PublishSingleFile=true -p:AssemblyName=app
- run: dotnet publish ./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: