diff --git a/.gitea/workflows/create.quality.yaml b/.gitea/workflows/create.quality.yaml index 7fa9fd6..d345416 100644 --- a/.gitea/workflows/create.quality.yaml +++ b/.gitea/workflows/create.quality.yaml @@ -12,6 +12,14 @@ jobs: # Disabling shallow clone is recommended for improving relevancy of reporting fetch-depth: 0 + - name: Download build artifacts (dist files) + uses: actions/download-artifact@v3 + with: + name: artifacts-build + path: | + build/ + dist/ + - name: SonarQube Scan uses: sonarsource/sonarqube-scan-action@master # Ex: v2.1.0, See the latest version at https://github.com/marketplace/actions/official-sonarqube-scan env: