File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -161,6 +161,9 @@ jobs:
161161 name : tarballs
162162
163163 - name : Extract tarballs
164+ run : tar -xvf tarballs.tar
165+
166+ - name : Unpack tarballs
164167 run : npm exec --call 'tar --skip-old-files --strip-components=1 -xf *.tgz' --workspaces
165168
166169 # - run: npm run build --if-present
@@ -190,6 +193,9 @@ jobs:
190193 name : tarballs
191194
192195 - name : Extract tarballs
196+ run : tar -xvf tarballs.tar
197+
198+ - name : Unpack tarballs
193199 run : npm exec --call 'tar --skip-old-files --strip-components=1 -xf *.tgz' --workspaces
194200
195201 # - run: npm run build --if-present
@@ -247,6 +253,9 @@ jobs:
247253 name : tarballs
248254
249255 - name : Extract tarballs
256+ run : tar -xvf tarballs.tar
257+
258+ - name : Unpack tarballs
250259 run : npm exec --call 'tar --skip-old-files --strip-components=1 -xf *.tgz' --workspaces
251260
252261 # - run: npm run build --if-present
You can’t perform that action at this time.
0 commit comments