Skip to content

Commit 6cc382a

Browse files
committed
also upload other push artifacts
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent 16ef076 commit 6cc382a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/push_artifacts.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,10 @@ jobs:
131131
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
132132
with:
133133
name: ${{ steps.set-artifact-name.outputs.name }}
134-
path: dts_catalog.json
134+
path: |
135+
dts_catalog.json
136+
kconfig.json
137+
compile.json
135138
retention-days: 90
136139
if-no-files-found: error
137140

0 commit comments

Comments
 (0)