Эх сурвалжийг харах

Modify copy commands in action.yml

Update file copy commands to specify individual files.
jimsterino98 2 сар өмнө
parent
commit
cd3f549499

+ 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