Skip to content

Commit

Permalink
add include-hidden-files to upload-artifact in pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
jgadsden committed Aug 31, 2024
1 parent e376597 commit 0961105
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
with:
name: sboms-server
path: './td.server/sbom.*'
include-hidden-files: true

site_unit_tests:
name: Site unit tests
Expand Down Expand Up @@ -229,6 +230,7 @@ jobs:
with:
name: sboms-container-image-app
path: './boms/*'
include-hidden-files: true
if-no-files-found: error

- # Temp fix for large cache bug
Expand Down Expand Up @@ -485,6 +487,7 @@ jobs:
with:
name: sboms-desktop-windows-site
path: './td.vue/dist-desktop/bundled/.sbom/*'
include-hidden-files: true
if-no-files-found: error

desktop_macos_test:
Expand Down Expand Up @@ -526,6 +529,7 @@ jobs:
with:
name: sboms-desktop-macos-site
path: './td.vue/dist-desktop/bundled/.sbom/*'
include-hidden-files: true
if-no-files-found: error

desktop_linux_test:
Expand Down Expand Up @@ -572,6 +576,7 @@ jobs:
with:
name: sboms-desktop-linux-site
path: './td.vue/dist-desktop/bundled/.sbom/*'
include-hidden-files: true
if-no-files-found: error

desktop_linux_snap_test:
Expand Down Expand Up @@ -618,6 +623,7 @@ jobs:
with:
name: sboms-desktop-linux-snap-site
path: './td.vue/dist-desktop/bundled/.sbom/*'
include-hidden-files: true
if-no-files-found: error

sbom_combiner_test:
Expand Down Expand Up @@ -657,3 +663,4 @@ jobs:
with:
name: sboms
path: 'sboms/'
include-hidden-files: true
7 changes: 7 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
with:
name: sboms-server
path: './td.server/sbom.*'
include-hidden-files: true

desktop_unit_tests:
name: Desktop unit tests
Expand Down Expand Up @@ -172,6 +173,7 @@ jobs:
with:
name: sboms-desktop-windows-site
path: './td.vue/dist-desktop/bundled/.sbom/*'
include-hidden-files: true
if-no-files-found: error

desktop_macos:
Expand Down Expand Up @@ -232,6 +234,7 @@ jobs:
with:
name: sboms-desktop-macos-site
path: './td.vue/dist-desktop/bundled/.sbom/*'
include-hidden-files: true
if-no-files-found: error

desktop_linux:
Expand Down Expand Up @@ -281,6 +284,7 @@ jobs:
with:
name: sboms-desktop-linux-site
path: './td.vue/dist-desktop/bundled/.sbom/*'
include-hidden-files: true
if-no-files-found: error

desktop_linux_snap:
Expand Down Expand Up @@ -337,6 +341,7 @@ jobs:
with:
name: sboms-desktop-linux-snap-site
path: './td.vue/dist-desktop/bundled/.sbom/*'
include-hidden-files: true
if-no-files-found: error

dockerhub_release:
Expand Down Expand Up @@ -411,6 +416,7 @@ jobs:
with:
name: sboms-container-image-app
path: './boms/*'
include-hidden-files: true
if-no-files-found: error

- # Temp fix for large cache bug
Expand Down Expand Up @@ -458,6 +464,7 @@ jobs:
with:
name: sboms
path: 'sboms/'
include-hidden-files: true

webapp_release:
name: Publish web application
Expand Down

0 comments on commit 0961105

Please sign in to comment.