Update .gitea/workflows/ci.yml
All checks were successful
First CI / build (linux-x64) (push) Successful in 1m3s
First CI / build (win-x64) (push) Successful in 1m15s

This commit is contained in:
o_kurdybakha 2023-11-21 16:56:24 +00:00
parent d19ec5fc11
commit aadf747779

View File

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