We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16ef076 commit 6cc382aCopy full SHA for 6cc382a
1 file changed
.github/workflows/push_artifacts.yml
@@ -131,7 +131,10 @@ jobs:
131
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
132
with:
133
name: ${{ steps.set-artifact-name.outputs.name }}
134
- path: dts_catalog.json
+ path: |
135
+ dts_catalog.json
136
+ kconfig.json
137
+ compile.json
138
retention-days: 90
139
if-no-files-found: error
140
0 commit comments