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
|
run: pacman -Sy; pacman --noconfirm -S git archiso python python-pygithub github-cli p7zip
|
||||||
- name: Replace packages and profile with Nvidia versions
|
- name: Replace packages and profile with Nvidia versions
|
||||||
run: |
|
run: |
|
||||||
cp packages-nvidia.x86_64 packages.x86_64
|
cp iso/packages-nvidia.x86_64 iso/packages.x86_64
|
||||||
cp profiledef-nvidia.sh profiledef.sh
|
cp iso/profiledef-nvidia.sh iso/profiledef.sh
|
||||||
- name: Build Nvidia image
|
- name: Build Nvidia image
|
||||||
run: mkarchiso -v iso/
|
run: mkarchiso -v iso/
|
||||||
- name: Upload Nvidia iso to the release
|
- name: Upload Nvidia iso to the release
|
||||||
|
|
Loading…
Add table
Reference in a new issue