added artifacts
All checks were successful
First CI / build (linux-x64) (push) Successful in 1m29s
First CI / build (win-x64) (push) Successful in 1m26s

This commit is contained in:
Jakub Furtak 2023-12-01 11:50:40 +01:00
parent 6c8afea12b
commit d5ff377cf9

View File

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