Skip to content

Commit

Permalink
github: build: Fix stm32flash download
Browse files Browse the repository at this point in the history
Allow redirect

Signed-off-by: Patrick Jo Pereira <patrickelectric@gmail.com>
  • Loading branch information
patrickelectric committed Feb 14, 2022
1 parent aa8a197 commit e2aa508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
if (($env:OPENSSL) -and (Test-Path $env:OPENSSL -pathType container)) {
Copy-Item ${env:OPENSSL}\*.dll -Destination deploy -Force
}
curl https://github.com/bluerobotics/stm32flash-code/releases/download/continuous/stm32flash.exe -o deploy/stm32flash.exe
curl -L https://github.com/bluerobotics/stm32flash-code/releases/download/continuous/stm32flash.exe -o deploy/stm32flash.exe
foreach ($I in (${env:SYSTEM32_DLLS} -split ' ')) { copy ${env:SYSTEM32}\$I deploy\ }
windeployqt --qmldir qml --release deploy/pingviewer.exe --verbose=2
Expand Down

0 comments on commit e2aa508

Please sign in to comment.