зеркало из https://github.com/microsoft/TeamMate.git
Update CD.yml
This commit is contained in:
Родитель
51e756022c
Коммит
3337ad4c72
|
@ -73,12 +73,6 @@ jobs:
|
|||
- name: Remove the pfx
|
||||
run: Remove-Item -path "./Source/Packaging/GitHubActionsWorkflow.pfx"
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v1.0.0
|
||||
with:
|
||||
name: MSIX
|
||||
path: "./Source/Packaging/AppPackages/"
|
||||
|
||||
# Create the release: https://github.com/actions/create-release
|
||||
- name: Create release
|
||||
id: create_release
|
||||
|
@ -90,3 +84,13 @@ jobs:
|
|||
release_name: ${{ github.ref }}.${{ matrix.ChannelName }}.${{ matrix.targetplatform }}
|
||||
draft: true
|
||||
prerelease: true
|
||||
|
||||
- name: Upload Release Asset
|
||||
uses: actions/upload-release-asset@v1.0.2
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}}
|
||||
with:
|
||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
asset_path: ./Source/Packaging/AppPackages/
|
||||
asset_name: ${{ matrix.MsixPackageId }}.msix
|
||||
asset_content_type: application/msix
|
||||
|
|
Загрузка…
Ссылка в новой задаче