Skip to content

Commit 3785931

Browse files
committed
Resolve remarks
1 parent 92e83fd commit 3785931

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/winget.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@ env:
1212
jobs:
1313
publish:
1414
runs-on: windows-latest # Action can only run on Windows
15+
16+
# Only submit stable releases
17+
if: ${{ !github.event.release.prerelease }}
1518
steps:
16-
- name: Publish Microsoft.DSC ${{ github.event.release.prerelease && 'Preview' || 'Stable' }}
19+
- name: Publish DSC package
1720
run: |
1821
$assets = '${{ toJSON(github.event.release.assets) }}' | ConvertFrom-Json
1922
$x64ZIPInstallerUrl = $assets | Where-Object -Property name -like '*x86_64-pc-windows-msvc.zip' | Select-Object -ExpandProperty browser_download_url

build.ps1

100644100755
File mode changed.

0 commit comments

Comments
 (0)