Skip to content

Commit 941bb96

Browse files
authored
Merge pull request #6 from bakpaul/24_01_fix_action_in_master
Apply changes dones in #4 to fix action
2 parents e34c765 + 6edec0b commit 941bb96

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)