Parcourir la source

Modify copy commands in action.yml

Update file copy commands to specify individual files.
jimsterino98 il y a 2 mois
Parent
commit
cd3f549499
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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