Skip to content

Commit f16ccbd

Browse files
authored
Update Novendor.yml
1 parent 63c458c commit f16ccbd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/Novendor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,5 @@ obj-m :=" > "$1"' _ {} ;
228228
uses: actions/upload-artifact@v4
229229
with:
230230
name: outputs
231-
path: |
232-
${{ env.OUTPUT_ZIP_NAME }}.zip
233-
${{ env.OUTPUT_ZIP_NAME }}-modules.zip
231+
path: ${{ env.OUTPUT_ZIP_NAME }}.zip,${{ env.OUTPUT_ZIP_NAME }}-modules.zip
234232
if-no-files-found: error

0 commit comments

Comments
 (0)