Skip to content

Commit

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

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

path: .

- name: Check dir
run: ls -R

Expand Down

0 comments on commit d35748a

Please sign in to comment.