ci: Fix tar download for rts (#16772)
Update integration-tests-command.yml
This commit is contained in:
parent
c66eb2a30c
commit
311df42a4e
|
|
@ -153,7 +153,12 @@ jobs:
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: rts-build
|
name: rts-build
|
||||||
path: app/rts/dist/
|
path: app/rts/rts-dist.tar
|
||||||
|
|
||||||
|
# Untar the bundles
|
||||||
|
- name: Untar the rts bundles
|
||||||
|
run: |
|
||||||
|
tar -xvf rts-dist.tar dist
|
||||||
|
|
||||||
- name: Download the rts build dependencies
|
- name: Download the rts build dependencies
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user