Forráskód Böngészése

Update file copy command in action.yml

jimsterino98 2 hónapja
szülő
commit
f81b12aa58
1 módosított fájl, 1 hozzáadás és 1 törlés
  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