ci: incorrect naming
All checks were successful
Build, Package and Push Images / preprocess (push) Successful in 4s
Build, Package and Push Images / build (push) Successful in 34s
Build, Package and Push Images / container-build (push) Successful in 1m25s
Build, Package and Push Images / sonarqube (push) Successful in 1m36s
Build, Package and Push Images / container-sbom-scan (push) Successful in 36s
Build, Package and Push Images / sbom-scan (push) Successful in 2m13s
Build, Package and Push Images / generate-licences (push) Successful in 57s
All checks were successful
Build, Package and Push Images / preprocess (push) Successful in 4s
Build, Package and Push Images / build (push) Successful in 34s
Build, Package and Push Images / container-build (push) Successful in 1m25s
Build, Package and Push Images / sonarqube (push) Successful in 1m36s
Build, Package and Push Images / container-sbom-scan (push) Successful in 36s
Build, Package and Push Images / sbom-scan (push) Successful in 2m13s
Build, Package and Push Images / generate-licences (push) Successful in 57s
This commit is contained in:
parent
78ba35c66f
commit
73d8e140fb
1 changed files with 2 additions and 4 deletions
|
@ -196,11 +196,9 @@ jobs:
|
|||
run: dotnet tool install --global dotnet-project-licenses
|
||||
- name: Export licenses
|
||||
run: dotnet-project-licenses -i . -u --projects-filter projects_ignore_licenses.json -m -j -e -f licenses
|
||||
- name: Package licenses
|
||||
run: zip -r licenses.zip licenses
|
||||
- name: Upload licenses
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: licenses.zip
|
||||
path: licenses.zip
|
||||
name: licenses
|
||||
path: licenses
|
||||
retention-days: 31
|
||||
|
|
Loading…
Reference in a new issue