|
|
@ -49,7 +49,7 @@ jobs:
|
|
|
|
run: ci/Publish.ps1 ${{ matrix.runtime }}
|
|
|
|
run: ci/Publish.ps1 ${{ matrix.runtime }}
|
|
|
|
|
|
|
|
|
|
|
|
- name: Upload Artifacts
|
|
|
|
- name: Upload Artifacts
|
|
|
|
uses: actions/upload-artifact@v2
|
|
|
|
uses: actions/upload-artifact@v3
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
name: trash-${{ matrix.runtime }}
|
|
|
|
name: trash-${{ matrix.runtime }}
|
|
|
|
path: publish/${{ matrix.runtime }}/*
|
|
|
|
path: publish/${{ matrix.runtime }}/*
|
|
|
@ -73,7 +73,7 @@ jobs:
|
|
|
|
uses: actions/checkout@v2
|
|
|
|
uses: actions/checkout@v2
|
|
|
|
|
|
|
|
|
|
|
|
- name: Download Artifacts
|
|
|
|
- name: Download Artifacts
|
|
|
|
uses: actions/download-artifact@v2
|
|
|
|
uses: actions/download-artifact@v3
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
name: trash-${{ matrix.runtime }}
|
|
|
|
name: trash-${{ matrix.runtime }}
|
|
|
|
|
|
|
|
|
|
|
@ -103,7 +103,7 @@ jobs:
|
|
|
|
id: gitversion
|
|
|
|
id: gitversion
|
|
|
|
|
|
|
|
|
|
|
|
- name: Download Artifacts
|
|
|
|
- name: Download Artifacts
|
|
|
|
uses: actions/download-artifact@v2
|
|
|
|
uses: actions/download-artifact@v3
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
path: publish
|
|
|
|
path: publish
|
|
|
|
|
|
|
|
|
|
|
|