From 83fe0e8cf42f338253c707db501121f4d4b0ae44 Mon Sep 17 00:00:00 2001 From: MattKC <34096995+itsmattkc@users.noreply.github.com> Date: Mon, 1 May 2023 14:16:24 -0700 Subject: [PATCH] never mind it's just broken on windows in general? Trying to use a different curl on the system --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2dcfc7e59..03a272b45 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: include: - type: RelWithDebInfo name: Windows ${{ matrix.type }} - runs-on: windows-latest + runs-on: windows-2019 env: BUILD_TYPE: ${{ matrix.type }} steps: @@ -152,6 +152,9 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | + # Force using msys's curl because the default seems to be broken + PATH=/c/msys64/usr/bin:$PATH + $DOWNLOAD_TOOL https://github.com/probonopd/uploadtool/raw/master/upload.sh tar czf "crashpad-mac-${{ matrix.arch }}.tar.gz" "/opt/olive-editor" chmod +x upload.sh