Skip to content

Commit 25adaa4

Browse files
author
Cynthia Jiang
committed
test
1 parent 1492aab commit 25adaa4

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.github/workflows/package.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -100,16 +100,10 @@ jobs:
100100
ls -l
101101
cd ..
102102
103-
- name: Get Missing Guids
104-
id: missing-guids
105-
run: |
106-
missing_guids=$(python build_package.py --zip_dir=built_artifect)
107-
echo "::set-output name=missing_guids::${missing_guids}"
108-
109-
- name: Update Guids Json
103+
- name: Package unitypackage
110104
if: (steps.missing-guids.outputs.missing_guids)
111105
run: |
112-
python %{{ steps.missing-guids.outputs.missing_guids }}
106+
python build_package.py --zip_dir=built_artifect
113107
114108
- name: Push branch if there are changes
115109
id: push-branch
@@ -148,11 +142,6 @@ jobs:
148142
echo "::set-output name=branch_pushed::0"
149143
fi
150144
151-
- name: Package unitypackage
152-
if: (steps.missing-guids.outputs.missing_guids)
153-
run: |
154-
python build_package.py --zip_dir=built_artifect
155-
156145
- name: Listing output
157146
run: |
158147
ls -Rl

0 commit comments

Comments
 (0)