From 52d4608d1dcef927909adfe4036229d8185241c1 Mon Sep 17 00:00:00 2001 From: l-Aad-l Date: Sun, 31 May 2020 17:33:58 -0400 Subject: [PATCH] reverted to detours10 in case of unstability --- .github/workflows/main.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9b15b11..a41a0c7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,7 +43,7 @@ jobs: - name: Get latest version of TF2 Comp Fixes and its DHooks dependency run: | wget -q -O tmp.zip https://github.com/ldesgoui/tf2-comp-fixes/releases/latest/download/tf2-comp-fixes.zip && unzip -o tmp.zip -d ../../ && rm tmp.zip - wget -q -O tmp.zip https://github.com/peace-maker/DHooks2/releases/latest/download/dhooks-2.2.0-detours13-sm110.zip && unzip -o tmp.zip -d ../../ && rm tmp.zip + wget -q -O tmp.zip https://github.com/peace-maker/DHooks2/releases/download/v2.2.0-detours10/dhooks-2.2.0-detours10-sm110.zip && unzip -o tmp.zip -d ../../ && rm tmp.zip working-directory: ${{ env.SOURCEMOD_PATH }}/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index daf6826..a26d6a3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: - name: Get latest version of TF2 Comp Fixes and its DHooks dependency run: | wget -q -O tmp.zip https://github.com/ldesgoui/tf2-comp-fixes/releases/latest/download/tf2-comp-fixes.zip && unzip -o tmp.zip -d ../../ && rm tmp.zip - wget -q -O tmp.zip https://github.com/peace-maker/DHooks2/releases/latest/download/dhooks-2.2.0-detours13-sm110.zip && unzip -o tmp.zip -d ../../ && rm tmp.zip + wget -q -O tmp.zip https://github.com/peace-maker/DHooks2/releases/download/v2.2.0-detours10/dhooks-2.2.0-detours10-sm110.zip && unzip -o tmp.zip -d ../../ && rm tmp.zip working-directory: ${{ env.SOURCEMOD_PATH }}/