From 61048bf14657f844db6f1fbcb12cf5df9b94552a Mon Sep 17 00:00:00 2001 From: Amin <31206022+amin2plus@users.noreply.github.com> Date: Tue, 13 Aug 2024 12:29:42 +0330 Subject: [PATCH] Update installer.yml (#23) updated sing-box core to v1.8.2 --- .github/workflows/installer.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/installer.yml b/.github/workflows/installer.yml index e8fc98d..443310f 100644 --- a/.github/workflows/installer.yml +++ b/.github/workflows/installer.yml @@ -34,7 +34,7 @@ jobs: if: matrix.os == 'ubuntu-latest' run: | mkdir -p artifacts/sing-box - wget -O ./sing-box.tar.gz https://github.com/SagerNet/sing-box/releases/download/v1.6.0/sing-box-1.6.0-linux-amd64.tar.gz + wget -O ./sing-box.tar.gz https://github.com/SagerNet/sing-box/releases/download/v1.8.2/sing-box-1.8.2-linux-amd64.tar.gz tar -xvzf ./sing-box.tar.gz -C ./artifacts/sing-box mv artifacts/sing-box/**/sing-box controller/resources/sing-box @@ -42,7 +42,7 @@ jobs: if: matrix.os == 'macOS-latest' run: | mkdir -p artifacts/sing-box - wget -O ./sing-box.tar.gz https://github.com/SagerNet/sing-box/releases/download/v1.6.0/sing-box-1.6.0-darwin-amd64.tar.gz + wget -O ./sing-box.tar.gz https://github.com/SagerNet/sing-box/releases/download/v1.8.2/sing-box-1.8.2-darwin-amd64.tar.gz tar -xvzf ./sing-box.tar.gz -C ./artifacts/sing-box mv artifacts/sing-box/**/sing-box controller/resources/sing-box @@ -51,7 +51,7 @@ jobs: shell: pwsh run: | mkdir -p artifacts/sing-box - Invoke-RestMethod -Uri https://github.com/SagerNet/sing-box/releases/download/v1.6.0/sing-box-1.6.0-windows-amd64.zip -OutFile sing-box.zip + Invoke-RestMethod -Uri https://github.com/SagerNet/sing-box/releases/download/v1.8.2/sing-box-1.8.2-windows-amd64.zip -OutFile sing-box.zip Expand-Archive .\sing-box.zip -DestinationPath .\artifacts\sing-box Move-Item -Path .\artifacts\sing-box\**\sing-box.exe -Destination .\controller\resources\sing-box\