Skip to content

Commit 35bb3d6

Browse files
committed
chore: update
1 parent 9c6f8b9 commit 35bb3d6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/package_for_test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,11 @@ jobs:
114114
echo "C:\Program Files (x86)\Windows Kits\10\App Certification Kit" >> $GITHUB_PATH
115115
echo "C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools" >> $GITHUB_PATH
116116
echo "C:\Program Files\DigiCert\DigiCert One Signing Manager Tools" >> $GITHUB_PATH
117+
shell: bash
118+
119+
- name: Check variables
120+
if: runner.os == 'Windows'
121+
run: |
117122
printf 'SM_KEYPAIR_NAME=%s\n' "$SM_KEYPAIR_NAME"'
118123
printf 'SM_API_KEY=%s\n' "$SM_API_KEY"'
119124
printf 'SM_CLIENT_CERT_FILE=%s\n' "$SM_CLIENT_CERT_FILE"'

0 commit comments

Comments
 (0)