try upload-artifact v3
All checks were successful
Build Custom Kernel / build-kernel (push) Successful in 45s

This commit is contained in:
2024-12-16 18:00:35 +01:00
parent 09ce101094
commit 6f97c30371

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@v2 uses: actions/upload-artifact@v3
with: with:
name: custom-kernel name: custom-kernel
path: ./custom-kernel.zip path: ./custom-kernel.zip