try using upload-artifact v2
Some checks failed
Build Custom Kernel / build-kernel (push) Failing after 2m21s

This commit is contained in:
2024-12-16 17:50:58 +01:00
parent eddbfc5eaf
commit 09ce101094

View File

@@ -39,7 +39,7 @@ jobs:
run: zip -r custom-kernel.zip ./result run: zip -r custom-kernel.zip ./result
- name: Upload kernel artifacts - name: Upload kernel artifacts
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v2
with: with:
name: custom-kernel name: custom-kernel
path: ./custom-kernel.zip path: ./custom-kernel.zip