Skip to content

Commit 6d1f936

Browse files
authored
Update matlabact.yml
1 parent 55ec90f commit 6d1f936

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/matlabact.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
wget https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-4.8.0.2856-linux.zip -O sonar-scanner.zip
6363
unzip sonar-scanner.zip
6464
mv sonar-scanner-4.8.0.2856-linux sonar-scanner
65-
echo "::add-path::$(pwd)/sonar-scanner/bin"
65+
echo "$(pwd)/sonar-scanner/bin" >> $GITHUB_PATH
6666
6767
- name: Run SonarScanner CLI to upload coverage
6868
run: |

0 commit comments

Comments
 (0)