Skip to content

Commit

Permalink
Update installer.yml (#23)
Browse files Browse the repository at this point in the history
updated sing-box core to v1.8.2
  • Loading branch information
amin2plus authored Aug 13, 2024
1 parent 93c3bc4 commit 61048bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ 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
- name: Download sing-box for Mac
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
Expand All @@ -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\
Expand Down

0 comments on commit 61048bf

Please sign in to comment.