Explorar o código

Update file copy command in action.yml

jimsterino98 hai 2 meses
pai
achega
f81b12aa58
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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