Skip to content

Commit 99159ed

Browse files
committed
asdf
1 parent 99ae9cb commit 99159ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-from-latest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ jobs:
4646
echo "Downloaded files:"
4747
cd downloaded_artifacts
4848
unzip artifact.zip
49-
tar -xzf rips*.tar.gz
49+
tar -xzf rips*.tar.gz -C upstream_rips
50+
cd upstream_rips
5051
ls -la
5152
5253
- name: Upload to current repository

0 commit comments

Comments
 (0)