final mk.2

This commit is contained in:
alexkrdb 2023-11-21 17:01:38 +01:00
parent d19ec5fc11
commit c1f114ac73

View File

@ -13,9 +13,9 @@ jobs:
with:
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: dotnet publish -o ${{ matrix.rid }}.app -r ${{ matrix.rid }} --sc /p:PublishSingleFile=true
- run: tar cvf ${{ matrix.rid }}.app.tar ${{ matrix.rid }}.app
- uses: actions/upload-artifact@v3
with:
name: app.tar
path: ${{ matrix.rid}}/app.tar
name: ${{ matrix.rid }}.app.tar
path: ${{ matrix.rid }}.app.tar