Skip to content

Commit 18d25a4

Browse files
authored
Update ci.yml
1 parent 5fa112a commit 18d25a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ jobs:
109109
if: always()
110110
shell: bash
111111
run: |
112-
chmod +x $WORKSPACE_BUILD_PATH/bin/Sofa.Metis_test${{ steps.sofa.outputs.exe }}
112+
chmod +x $WORKSPACE_BUILD_PATH/tests/Sofa.Metis_test${{ steps.sofa.outputs.exe }}
113113
cd $WORKSPACE_BUILD_PATH
114-
./bin/Sofa.Metis_test{{ steps.sofa.outputs.exe }}
114+
./tests/Sofa.Metis_test{{ steps.sofa.outputs.exe }}
115115
116116
deploy:
117117
name: Deploy artifacts

0 commit comments

Comments
 (0)