Skip to content

Commit

Permalink
switch to b0t winget-updater
Browse files Browse the repository at this point in the history
  • Loading branch information
a-mnich committed May 12, 2024
1 parent 4857d86 commit 0b9bcfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/GithubReleases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
url: "https://github.com/hoppscotch/releases/releases/download/v{VERSION}/Hoppscotch_win_x64.msi"
- id: "AdGuard.dnsproxy"
repo: "AdguardTeam/dnsproxy"
url: "\"https://github.com/AdguardTeam/dnsproxy/releases/download/v{VERSION}/dnsproxy-windows-386-v{VERSION}.zip https://github.com/AdguardTeam/dnsproxy/releases/download/v{VERSION}/dnsproxy-windows-amd64-v{VERSION}.zip https://github.com/AdguardTeam/dnsproxy/releases/download/v{VERSION}/dnsproxy-windows-arm64-v{VERSION}.zip\""
url: "https://github.com/AdguardTeam/dnsproxy/releases/download/v{VERSION}/dnsproxy-windows-386-v{VERSION}.zip https://github.com/AdguardTeam/dnsproxy/releases/download/v{VERSION}/dnsproxy-windows-amd64-v{VERSION}.zip https://github.com/AdguardTeam/dnsproxy/releases/download/v{VERSION}/dnsproxy-windows-arm64-v{VERSION}.zip"

steps:
- name: Update Packages
uses: michidk/winget-updater@v1
uses: b0t-at/winget-updater@b0t-main
with:
identifier: ${{ matrix.id }}
repo: ${{ matrix.repo }}
Expand Down

0 comments on commit 0b9bcfb

Please sign in to comment.