One more change
All checks were successful
First CI / build (win-x64) (push) Successful in 1m24s
First CI / build (linux-x64) (push) Successful in 1m26s

This commit is contained in:
SaWyyy 2024-11-25 10:53:28 +01:00
parent d3819cd846
commit a9e3e02c87

View File

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