matrix artifact
This commit is contained in:
parent
926ebdf58f
commit
f543b12d50
@ -14,3 +14,9 @@ jobs:
|
|||||||
dotnet-version: '6.0.x'
|
dotnet-version: '6.0.x'
|
||||||
- run: dotnet restore
|
- 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
|
||||||
|
- name: Upload artifacts
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: ${{ matrix.rid }}-artifacts
|
||||||
|
path: artifacts/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user