浏览代码

Update file copy command in action.yml

jimsterino98 2 月之前
父节点
当前提交
f81b12aa58
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/actions/nomount/action.yml

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

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