Self contained flag fix
Some checks failed
First CI / build (push) Successful in 2m1s
First CI / test (push) Failing after 9s

This commit is contained in:
Maciej Luśnia
2025-11-20 15:34:14 +01:00
parent 88a2f7e9c1
commit d82ce4121c

View File

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