Fix2
All checks were successful
First CI / build (push) Successful in 1m28s

This commit is contained in:
SaWyyy 2024-11-25 10:43:56 +01:00
parent 468a855d89
commit 30d1e869d0

View File

@ -12,7 +12,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 --sc/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: