Skip to content

Commit ab19cfb

Browse files
committed
Updating the sonarcloud syntax
1 parent bd7516b commit ab19cfb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,11 @@ jobs:
115115
# Downloads all artifacts generated by previous steps in the workflow
116116
- name: Download all workflow run artifacts
117117
uses: actions/download-artifact@v4
118+
119+
- name: Check artifacts
120+
run: |
121+
ls -l ./
122+
ls -l ./artifact/
118123
119124
# Configures the CMake build system, specifying the source directory and build directory, and setting the build type
120125
- name: Configure CMake

0 commit comments

Comments
 (0)