فهرست منبع

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