From 8a69d938f7cb57fbc66ef36e23a984839679207c Mon Sep 17 00:00:00 2001 From: Gonzalo Exequiel Pedone Date: Fri, 25 Jun 2021 17:12:45 -0300 Subject: [PATCH] Trying to fix Github actions 7. --- ports/ci/windows-vs/upload.bat | 40 +++++++++++++++++----------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/ports/ci/windows-vs/upload.bat b/ports/ci/windows-vs/upload.bat index 4d5db3e..961bb23 100644 --- a/ports/ci/windows-vs/upload.bat +++ b/ports/ci/windows-vs/upload.bat @@ -25,23 +25,23 @@ if not "%USE_WGET%" == "" ( set DOWNLOAD_CMD="curl --retry 10 -sS -kLOC -" ) -set upload= -if not "%DAILY_BUILD%" == "" set upload=true -if not "%RELEASE_BUILD%" == "" set upluad=true -if "%upload%" == "true" ( - REM Upload to Github Releases - set hub=hub-windows-amd64-%GITHUB_HUBVER% - - cd "%SOURCES_DIR%" - %DOWNLOAD_CMD% "https://github.com/github/hub/releases/download/v%GITHUB_HUBVER%/%hub%.zip" - unzip "%hub%.zip" - mkdir .local - xcopy "%hub%"\* .local /i /y - - set PATH=%cd%/.local/bin;%PATH% - set path=webcamoid-packages - - for %%f in (%path%\*) do ( - hub release edit -m "Daily Build" -a %%f daily-build - ) -) +REM set upload= +REM if not "%DAILY_BUILD%" == "" set upload=true +REM if not "%RELEASE_BUILD%" == "" set upluad=true +REM if "%upload%" == "true" ( +REM REM Upload to Github Releases +REM set hub=hub-windows-amd64-%GITHUB_HUBVER% +REM +REM cd "%SOURCES_DIR%" +REM %DOWNLOAD_CMD% "https://github.com/github/hub/releases/download/v%GITHUB_HUBVER%/%hub%.zip" +REM unzip "%hub%.zip" +REM mkdir .local +REM xcopy "%hub%"\* .local /i /y +REM +REM set PATH=%cd%/.local/bin;%PATH% +REM set path=webcamoid-packages +REM +REM for %%f in (%path%\*) do ( +REM hub release edit -m "Daily Build" -a %%f daily-build +REM ) +REM )