move workflow file to correct path
Some checks failed
Build Custom Kernel / build-kernel (push) Has been cancelled
Some checks failed
Build Custom Kernel / build-kernel (push) Has been cancelled
This commit is contained in:
@@ -11,7 +11,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Nix
|
||||
run: |
|
||||
@@ -24,7 +24,7 @@ jobs:
|
||||
nix-build '<nixpkgs/nixos>' -A config.system.build.kernel --arg configuration ./custom-kernel.nix
|
||||
|
||||
- name: Upload kernel artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: custom-kernel
|
||||
path: ./result
|
||||
Reference in New Issue
Block a user