Skip to content

Commit

Permalink
chore: fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Joker1212 committed Oct 19, 2024
1 parent 3e0b471 commit f7e75a9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rapid_table_det_paddle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@ jobs:
unzip cls_det_paddle.zip
unzip obj_det_paddle.zip
unzip edge_det_paddle.zip
mv cls_det_paddle/*.pd* rapid_table_det_paddle/models/
mv obj_det_paddle/*.pd* rapid_table_det_paddle/models/
mv edge_det_paddle/*.pd* rapid_table_det_paddle/models/
mv *.pd* rapid_table_det_paddle/models/
python setup_rapid_table_det_paddle.py bdist_wheel "${{ github.ref_name }}"
Expand Down

0 comments on commit f7e75a9

Please sign in to comment.