Skip to content

Commit abc18ea

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

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/homebrew.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +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
3637
env:
3738
COMMITTER_TOKEN: ${{ secrets.HOMEBREW_GITHUB_TOKEN }}

.github/workflows/winget.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,5 @@ jobs:
3333
identifier: "Nethesis.NethLink"
3434
version: ${{ env.VERSION }}
3535
token: ${{ secrets.WINGET_GITHUB_TOKEN }}
36-
fork-user: edospadoni
36+
fork-user: edospadoni
37+
release-tag: v${{ env.VERSION }}

0 commit comments

Comments
 (0)