matrix artifact

This commit is contained in:
LagsKing 2023-11-21 18:53:50 +01:00
parent 926ebdf58f
commit f543b12d50

View File

@ -13,4 +13,10 @@ jobs:
with:
dotnet-version: '6.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
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.rid }}-artifacts
path: artifacts/