Multiplatfrom build with artifacts
This commit is contained in:
parent
bc77c8d375
commit
8ea43daa72
@ -13,4 +13,8 @@ jobs:
|
||||
with:
|
||||
dotnet-version: '8.0.x'
|
||||
- run: dotnet restore
|
||||
- run: dotnet publish -o app -r linux-x64 -c Release /p:PublishSingleFile=true /p:AssemblyName=app
|
||||
- run: dotnet publish -o app -r ${{ matrix.rid }} -c Release /p:PublishSingleFile=true /p:AssemblyName=app
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: app-${{ matrix.rid }}
|
||||
path: app/app
|
Loading…
Reference in New Issue
Block a user