Skip to content

Commit

Permalink
[CI/CD] Fix the artifact's path.
Browse files Browse the repository at this point in the history
  • Loading branch information
egorman44 committed Aug 18, 2024
1 parent ff7867b commit 1d485d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: RsBlockRecovery.sv
path: ./RsBlockRecovery.sv
path: ./

coco_sim:
runs-on: ubuntu-latest
Expand All @@ -67,7 +67,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: RsBlockRecovery.sv
path: ./RsBlockRecovery.sv
path: ./

- name: Check dir
run: ls -R
Expand Down

0 comments on commit 1d485d8

Please sign in to comment.