Skip to content

Commit dd7f0cd

Browse files
authored
ci: update model rule
1 parent 77a48c5 commit dd7f0cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_whl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
DIR_NAME=${ZIP_NAME%.*}
2929
unzip $ZIP_NAME
3030
rm rapid_orientation/models/.gitkeep
31-
mv $DIR_NAME/*.onnx rapid_orientation/models/
31+
mv $DIR_NAME/rapid_orientation.onnx rapid_orientation/models/
3232
pip install -r requirements.txt
3333
pip install pytest
3434
pytest tests/test_orientation.py

0 commit comments

Comments
 (0)