Update Build-UefiExt.yaml to publish on manual action. (#497)

## Description

Updates Build-UefiExt.yaml to upload the dll artifact on manual runs to
allow manual refresh of binary.

- [ ] Impacts functionality?
- [ ] Impacts security?
- [ ] Breaking change?
- [ ] Includes tests?
- [ ] Includes documentation?

## How This Was Tested

N/A

## Integration Instructions

N/A

Signed-off-by: Chris Fernald <chfernal@microsoft.com>
This commit is contained in:
Chris Fernald 2023-04-20 14:13:44 -07:00 коммит произвёл GitHub
Родитель a5c4359d68
Коммит c68edcecff
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

2
.github/workflows/Build-UefiExt.yaml поставляемый
Просмотреть файл

@ -38,7 +38,7 @@ jobs:
run: msbuild UefiDbgExt\uefiext.vcxproj -property:Configuration=${{ matrix.configuration }} -property:Platform=${{ matrix.platform }}
- name: Publish Binary
if: ${{ matrix.configuration == 'Release' && github.event_name == 'push' }}
if: ${{ matrix.configuration == 'Release' && github.event_name != 'pull_request' }}
uses: actions/upload-artifact@v3
with:
name: UefiDbgExt-${{ matrix.platform }}-${{ matrix.configuration }}