Skip to content

Commit 9062cd4

Browse files
committed
fix(workflow): update artifact upload path to include all files in the artifacts directory
1 parent 76c38ce commit 9062cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_components.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
uses: actions/upload-artifact@v4
108108
with:
109109
name: ${{ env.artifact_name }}
110-
path: ${{ env.artifact_name }}/artifacts
110+
path: ${{ env.artifact_name }}/artifacts/*
111111

112112
build-heavy:
113113
needs: setup-recipes

0 commit comments

Comments
 (0)