File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ jobs:
177177 run : |
178178 $ErrorActionPreference = "Stop"
179179 write-host "Downloading AMD HIP SDK Installer"
180- Invoke-WebRequest -Uri "https://download.amd.com/developer/eula/rocm-hub/AMD-Software-PRO-Edition-24.Q3 -WinSvr2022-For-HIP.exe" -OutFile "${env:RUNNER_TEMP}\rocm-install.exe"
180+ Invoke-WebRequest -Uri "https://download.amd.com/developer/eula/rocm-hub/AMD-Software-PRO-Edition-24.Q4 -WinSvr2022-For-HIP.exe" -OutFile "${env:RUNNER_TEMP}\rocm-install.exe"
181181 write-host "Installing AMD HIP SDK"
182182 Start-Process "${env:RUNNER_TEMP}\rocm-install.exe" -ArgumentList '-install' -NoNewWindow -Wait
183183 write-host "Completed AMD HIP SDK installation"
@@ -208,7 +208,7 @@ jobs:
208208 id : upload_artifact
209209210210 with :
211- name : windows-hip
211+ name : windows-rocm6
212212 path : .\build\bin\stable-diffusion.dll
213213
214214 linux :
@@ -422,6 +422,6 @@ jobs:
422422 name : StableDiffusion.NET.Backend-Nugets
423423 path : ./*.nupkg
424424
425- # - name: Nuget Push
426- # id: nuget_push
427- # run: dotnet nuget push **\*.nupkg --skip-duplicate --api-key ${{ secrets.NUGET_TOKEN }} --source https://api.nuget.org/v3/index.json
425+ - name : Nuget Push
426+ id : nuget_push
427+ run : dotnet nuget push **\*.nupkg --skip-duplicate --api-key ${{ secrets.NUGET_TOKEN }} --source https://api.nuget.org/v3/index.json
You can’t perform that action at this time.
0 commit comments