Skip to content

Commit

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

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


- name: Check dir
run: ls -R

Expand Down

0 comments on commit d968aeb

Please sign in to comment.