From e98261658e04f44efbc60dab53855d27b4443395 Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Wed, 23 Sep 2020 21:12:36 +1000 Subject: [PATCH] use different push URL --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d3e873c1..f7395477e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,7 +105,7 @@ jobs: -F hash="$GITHUB_SHA" \ -F time="$(git show -s --format=%ct)" \ -F comment="$(git show -s --format=%B)" \ - https://olivevideoeditor.org/dl/push.php + http://ci.olivevideoeditor.org/push.php windows: strategy: @@ -254,7 +254,7 @@ jobs: -F hash="$GITHUB_SHA" \ -F time="$(git -C $GITHUB_WORKSPACE show -s --format=%ct)" \ -F comment="$(git -C $GITHUB_WORKSPACE show -s --format=%B)" \ - https://olivevideoeditor.org/dl/push.php + http://ci.olivevideoeditor.org/push.php curl -X POST \ -F file=@$PKGNAME.zip \ @@ -262,7 +262,7 @@ jobs: -F hash="$GITHUB_SHA" \ -F time="$(git -C $GITHUB_WORKSPACE show -s --format=%ct)" \ -F comment="$(git -C $GITHUB_WORKSPACE show -s --format=%B)" \ - https://olivevideoeditor.org/dl/push.php + http://ci.olivevideoeditor.org/push.php - name: Export Crashpad Symbols and Upload To Server working-directory: ${{ runner.workspace }}/build @@ -407,4 +407,4 @@ jobs: -F hash="$GITHUB_SHA" \ -F time="$(git -C $GITHUB_WORKSPACE show -s --format=%ct)" \ -F comment="$(git -C $GITHUB_WORKSPACE show -s --format=%B)" \ - https://olivevideoeditor.org/dl/push.php + http://ci.olivevideoeditor.org/push.php