Break the code
This commit is contained in:
parent
5f571f2d4e
commit
73193fade9
@ -13,4 +13,9 @@ jobs:
|
||||
with:
|
||||
dotnet-version: '8.0.x'
|
||||
- run: dotnet restore
|
||||
- run: dotnet publish -o app -r ${{ matrix.rid }} --sc /p:PublishSingleFile=true
|
||||
- run: dotnet publish -o app -r ${{ matrix.rid }} --sc /p:PublishSingleFile=true,AssemblyName=app-${{ matrix.rid }}
|
||||
- run: tar cf app-${{ matrix.rid }}.tar app-${{ matrix.rid }}/
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: app-${{ matrix.rid }}.tar
|
||||
path: app-${{ matrix.rid }}.tar
|
||||
|
Loading…
Reference in New Issue
Block a user