File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 branch=${branch/-p2p/}
2020 version=$(echo $branch | cut -d'.' -f1)
2121 # download source deb
22- echo "Downloading nvidia-kernel-source-${version}-open_${branch}-0ubuntu1_amd64 .deb"
23- curl -o source.deb https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64/nvidia-kernel-source-${version}-open_${branch}-0ubuntu1_amd64 .deb
22+ echo "Downloading nvidia-kernel-source-${version}-open_${branch}-1ubuntu1_amd64 .deb"
23+ curl -o source.deb https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64/nvidia-kernel-source-${version}-open_${branch}-1ubuntu1_amd64 .deb
2424 - name : Extract source deb
2525 run : dpkg-deb -R source.deb source-deb
2626 - name : Build kernel module
@@ -46,13 +46,13 @@ jobs:
4646 branch=$(echo $GITHUB_REF | cut -d'/' -f3)
4747 branch=${branch/-p2p/}
4848 version=$(echo $branch | cut -d'.' -f1)
49- dpkg-deb -b source-deb nvidia-kernel-source-${version}-open-0ubuntu1_amd64 .deb
49+ dpkg-deb -b source-deb nvidia-kernel-source-${version}-open-1ubuntu1_amd64 .deb
5050 - name : Generate artifact name
5151 run : |
5252 branch=$(echo $GITHUB_REF | cut -d'/' -f3)
5353 branch=${branch/-p2p/}
5454 version=$(echo $branch | cut -d'.' -f1)
55- echo "artifact_name=nvidia-kernel-source-${version}-open-0ubuntu1_amd64 .deb" >> $GITHUB_ENV
55+ echo "artifact_name=nvidia-kernel-source-${version}-open-1ubuntu1_amd64 .deb" >> $GITHUB_ENV
5656 - name : Upload deb
5757 uses : actions/upload-artifact@v4
5858 with :
You can’t perform that action at this time.
0 commit comments