Преглед изворни кода

Modify copy commands in action.yml

Update file copy commands to specify individual files.
jimsterino98 пре 2 месеци
родитељ
комит
cd3f549499
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      .github/actions/nomount/action.yml

+ 2 - 1
.github/actions/nomount/action.yml

@@ -18,7 +18,8 @@ runs:
      shell: bash
      run: |
       cd "$COMMON/fs"
-      cp "$NOMOUNT/kernel/src/"* ./
+      cp "$NOMOUNT/kernel/src/nomount.c" ./
+      cp "$NOMOUNT/kernel/src/nomount.h" ./
 
    - name: add to defconfig
      shell: bash