Skip to content

Commit e432658

Browse files
Add additional debug output
1 parent b99cf12 commit e432658

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release-packages.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,13 @@ jobs:
8686
$cpack = "$(Split-Path -Parent (Get-Command cmake).Source)\cpack.exe"
8787
& $cpack . -C Release
8888
$msi_name = (Get-ChildItem -name *.msi).Name
89+
Write-Output "MSI Name = $msi_name"
8990
Write-Output "::set-output name=msi_installer::build/$msi_name"
9091
Write-Output "::set-output name=msi_name::$msi_name"
92+
- name: Check create packages output
93+
run: |
94+
Write-Output "steps.create_packages.outputs.msi_installer = ${{steps.create_packages.outputs.msi_installer}}"
95+
Write-Output "steps.create_packages.outputs.msi_name = ${{steps.create_packages.outputs.msi_name}}"
9196
- name: Get release info
9297
id: get_release_info
9398
uses: bruceadams/[email protected]

0 commit comments

Comments
 (0)