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:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up Nix
|
- name: Set up Nix
|
||||||
run: |
|
run: |
|
||||||
@@ -24,7 +24,7 @@ jobs:
|
|||||||
nix-build '<nixpkgs/nixos>' -A config.system.build.kernel --arg configuration ./custom-kernel.nix
|
nix-build '<nixpkgs/nixos>' -A config.system.build.kernel --arg configuration ./custom-kernel.nix
|
||||||
|
|
||||||
- name: Upload kernel artifacts
|
- name: Upload kernel artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: custom-kernel
|
name: custom-kernel
|
||||||
path: ./result
|
path: ./result
|
||||||
Reference in New Issue
Block a user