Skip to content

Commit

Permalink
Merge pull request #19 from ZL-Audio/renovate/robinraju-release-downl…
Browse files Browse the repository at this point in the history
…oader-1.x [skip ci]

Update robinraju/release-downloader action to v1.11
  • Loading branch information
zsliu98 authored Aug 9, 2024
2 parents 7eb361d + d3bfb1a commit c961e93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
path: "release_repo"
ssh-key: ${{ secrets.SSH_RELEASE_DEPLOY_KEY }}
- name: Download current release assets (macOS)
uses: robinraju/release-downloader@v1.10
uses: robinraju/release-downloader@v1.11
with:
latest: true
fileName: "*tgz"
out-file-path: "current_release"
- name: Download current release assets (Windows)
uses: robinraju/release-downloader@v1.10
uses: robinraju/release-downloader@v1.11
with:
latest: true
fileName: "*exe"
Expand Down

0 comments on commit c961e93

Please sign in to comment.