Artifact download
This commit is contained in:
parent
afedb06126
commit
1bbaa1c8f1
1 changed files with 5 additions and 5 deletions
10
.github/workflows/sonar.yml
vendored
10
.github/workflows/sonar.yml
vendored
|
|
@ -59,8 +59,8 @@ jobs:
|
|||
apk add nodejs npm
|
||||
node --version
|
||||
npm --version
|
||||
# - name: Download build artifacts
|
||||
# uses: actions/download-artifact@v3
|
||||
# with:
|
||||
# name: output
|
||||
# path: ./output
|
||||
- name: Download build artifacts
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: output
|
||||
path: ./output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue