File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -100,16 +100,10 @@ jobs:
100
100
ls -l
101
101
cd ..
102
102
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
110
104
if : (steps.missing-guids.outputs.missing_guids)
111
105
run : |
112
- python %{{ steps.missing-guids.outputs.missing_guids }}
106
+ python build_package.py --zip_dir=built_artifect
113
107
114
108
- name : Push branch if there are changes
115
109
id : push-branch
@@ -148,11 +142,6 @@ jobs:
148
142
echo "::set-output name=branch_pushed::0"
149
143
fi
150
144
151
- - name : Package unitypackage
152
- if : (steps.missing-guids.outputs.missing_guids)
153
- run : |
154
- python build_package.py --zip_dir=built_artifect
155
-
156
145
- name : Listing output
157
146
run : |
158
147
ls -Rl
You can’t perform that action at this time.
0 commit comments