fix dir name for copy nvidia files

This commit is contained in:
hikari 2024-07-03 14:50:12 +03:30 committed by GitHub
parent 7bb1c547df
commit 27fb6bd15d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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