Skip to content

Commit c6c4ee4

Browse files
committed
asdf
1 parent f5e9f53 commit c6c4ee4

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
download-artifact:
1111
runs-on: ubuntu-latest
1212
steps:
13+
- name: Checkout
14+
uses: actions/checkout@v4
15+
1316
- name: Set up authentication
1417
env:
1518
GITHUB_TOKEN: ${{ secrets.PAT }}
@@ -44,12 +47,15 @@ jobs:
4447
- name: List downloaded files
4548
run: |
4649
echo "Downloaded files:"
50+
mkdir upstream_rips
51+
4752
cd downloaded_artifacts
4853
unzip artifact.zip
49-
mkdir upstream_rips
5054
tar -xzf rips*.tar.gz -C upstream_rips
51-
cd upstream_rips/rips*
52-
ls -la
55+
ls upstream_rips/rips*
56+
cd ..
57+
cp -r upstream_rips/rips*/rips ./docs/
58+
ls -R ./docs/rips
5359
5460
- name: Upload to current repository
5561
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)