Skip to content

Commit 77a5580

Browse files
authored
Update backends.yml
1 parent dec51b9 commit 77a5580

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/backends.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
209209
uses: actions/[email protected]
210210
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

0 commit comments

Comments
 (0)