Dotnet-6
All checks were successful
First CI / build (linux-x64) (push) Successful in 1m26s
First CI / build (win-x64) (push) Successful in 1m28s

This commit is contained in:
2025-11-21 12:24:04 +01:00
parent f832b1de65
commit cf70653afe

View File

@@ -14,3 +14,8 @@ jobs:
dotnet-version: '8.0.x' dotnet-version: '8.0.x'
- run: dotnet restore - run: dotnet restore
- run: dotnet publish -o app -r ${{matrix.rid}} --sc /p:PublishSingleFile=true - run: dotnet publish -o app -r ${{matrix.rid}} --sc /p:PublishSingleFile=true
- run: tar cf app.tar app/
- uses: actions/upload-artifact@v3
with:
name: app.tar
path: app.tar