ci: Fix tar download for rts (#16772)

Update integration-tests-command.yml
This commit is contained in:
yatinappsmith 2022-09-15 08:12:01 +05:30 committed by GitHub
parent c66eb2a30c
commit 311df42a4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,7 +153,12 @@ jobs:
uses: actions/download-artifact@v2
with:
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
uses: actions/download-artifact@v2