Explorar o código

Modify copy commands in action.yml

Update file copy commands to specify individual files.
jimsterino98 hai 2 meses
pai
achega
cd3f549499
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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