download artifacts

This commit is contained in:
Tobias Lehmann 2024-09-10 17:08:45 +02:00
parent 3954362292
commit cca6fccb23

View File

@ -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: