Skip to content

Commit d6f0928

Browse files
committed
chore(build): fix download url
1 parent abc18ea commit d6f0928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/homebrew.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
formula-path: Casks/n/nethlink.rb
3434
homebrew-tap: Homebrew/homebrew-cask
3535
tag-name: ${{ env.VERSION }}
36-
download-url: https://github.com/NethServer/nethlink/releases/download/v${{ env.VERSION }}/nethlink-${{ env.VERSION }}.dmg
36+
download-url: https://github.com/NethServer/nethlink/releases/download/v#{version}/nethlink-#{version}.dmg
3737
env:
3838
COMMITTER_TOKEN: ${{ secrets.HOMEBREW_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)