|
|
@@ -124,7 +124,6 @@ jobs:
|
|
|
uses: actions/download-artifact@v3
|
|
|
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)
|
|
|
@@ -132,7 +131,6 @@ jobs:
|
|
|
uses: actions/download-artifact@v3
|
|
|
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)
|
|
|
@@ -140,7 +138,6 @@ jobs:
|
|
|
uses: actions/download-artifact@v3
|
|
|
with:
|
|
|
name: kernel-artifacts-a14
|
|
|
- path: ./downloaded-artifacts
|
|
|
|
|
|
# Create the downloaded-artifacts directory
|
|
|
- name: Create download artifacts directory
|