Skip to content

Commit d5c72b4

Browse files
author
hungnq1310
committed
fix: add working dir corresponding to issuse: actions/runner#2058
1 parent 8ffb434 commit d5c72b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/convert-cnet.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@ jobs:
2323
- uses: actions/checkout@v4
2424
- run: dir
2525
- name: install repo
26+
working-directory: ${{github.workspace}}
2627
run: |
2728
pip install -r requirements.txt
2829
bash cnext_convert.sh
2930
- uses: actions/download-artifact@v4
31+
working-directory: ${{github.workspace}}
3032
with:
3133
name: my-artifact
3234
- name: Display structure of downloaded files

0 commit comments

Comments
 (0)