Преглед на файлове

Update build-kernel-release.yml

James McConnell преди 1 година
родител
ревизия
9382df2ccb
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      .github/workflows/build-kernel-release.yml

+ 3 - 0
.github/workflows/build-kernel-release.yml

@@ -124,6 +124,7 @@ jobs:
         uses: actions/download-artifact@v4
         with:
           name: kernel-artifacts-a12
+          path: ./downloaded-artifacts
 
 # Download Artifacts for A13 (Only if A13 Build is successful or input is true or empty)
       - name: Download Artifacts for A13 (Only if A13 Build is successful or skipped)
@@ -131,6 +132,7 @@ jobs:
         uses: actions/download-artifact@v4
         with:
           name: kernel-artifacts-a13
+          path: ./downloaded-artifacts
 
 # Download Artifacts for A14 (Only if A14 Build is successful or input is true or empty)
       - name: Download Artifacts for A14 (Only if A14 Build is successful or skipped)
@@ -138,6 +140,7 @@ jobs:
         uses: actions/download-artifact@v4
         with:
           name: kernel-artifacts-a14
+          path: ./downloaded-artifacts
 
       # Create the downloaded-artifacts directory
       - name: Create download artifacts directory