Skip to content

Commit

Permalink
add more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
james-garriss committed Dec 18, 2024
1 parent b21b053 commit ee43e3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_sign_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ jobs:
- name: Quick Check Release
if: ${{ inputs.runQuickCheck }}
run: |
Test-Path -path repo/utils/workflow/Build-SignRelease.ps1
Test-Path -path repo
Test-Path -path repo/workflow
# Source the function
. repo/utils/workflow/Build-SignRelease.ps1
Test-Release -Version ${{ inputs.version }}
Expand Down

0 comments on commit ee43e3c

Please sign in to comment.