We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd7516b commit ab19cfbCopy full SHA for ab19cfb
.github/workflows/sonarcloud.yml
@@ -115,6 +115,11 @@ jobs:
115
# Downloads all artifacts generated by previous steps in the workflow
116
- name: Download all workflow run artifacts
117
uses: actions/download-artifact@v4
118
+
119
+ - name: Check artifacts
120
+ run: |
121
+ ls -l ./
122
+ ls -l ./artifact/
123
124
# Configures the CMake build system, specifying the source directory and build directory, and setting the build type
125
- name: Configure CMake
0 commit comments