Compare commits

..

No commits in common. "0b8cb8b0a928c2e32549ac4c5b9de8ddef14fecd" and "aadf7477790b62b4c0c2e91982a0a0ad7f388499" have entirely different histories.

View File

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