artifacts upload with matrix vars
This commit is contained in:
@@ -14,3 +14,9 @@ jobs:
|
|||||||
dotnet-version: "8.0.x"
|
dotnet-version: "8.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 artifact
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: app-${{ matrix.rid }}
|
||||||
|
path: app/${{ matrix.rid }}
|
||||||
|
|||||||
Reference in New Issue
Block a user