fix dir name for copy nvidia files
This commit is contained in:
parent
7bb1c547df
commit
27fb6bd15d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
|
@ -24,8 +24,8 @@ jobs:
|
|||
run: pacman -Sy; pacman --noconfirm -S git archiso python python-pygithub github-cli p7zip
|
||||
- name: Replace packages and profile with Nvidia versions
|
||||
run: |
|
||||
cp packages-nvidia.x86_64 packages.x86_64
|
||||
cp profiledef-nvidia.sh profiledef.sh
|
||||
cp iso/packages-nvidia.x86_64 iso/packages.x86_64
|
||||
cp iso/profiledef-nvidia.sh iso/profiledef.sh
|
||||
- name: Build Nvidia image
|
||||
run: mkarchiso -v iso/
|
||||
- name: Upload Nvidia iso to the release
|
||||
|
|
Loading…
Add table
Reference in a new issue