Skip to content

Commit c7454be

Browse files
author
Cynthia Jiang
committed
test
1 parent e2c9fd6 commit c7454be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
- name: Get Missing Guids
104104
id: missing-guids
105105
run: |
106-
missing_guids=python build_package.py --zip_dir=built_artifect
106+
missing_guids=$(python build_package.py --zip_dir=built_artifect)
107107
echo "::set-output name=missing_guids::${missing_guids}"
108108
109109
- name: Update Guids Json

0 commit comments

Comments
 (0)