We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 637c949 commit abc18eaCopy full SHA for abc18ea
.github/workflows/homebrew.yml
@@ -33,5 +33,6 @@ jobs:
33
formula-path: Casks/n/nethlink.rb
34
homebrew-tap: Homebrew/homebrew-cask
35
tag-name: ${{ env.VERSION }}
36
+ download-url: https://github.com/NethServer/nethlink/releases/download/v${{ env.VERSION }}/nethlink-${{ env.VERSION }}.dmg
37
env:
38
COMMITTER_TOKEN: ${{ secrets.HOMEBREW_GITHUB_TOKEN }}
.github/workflows/winget.yml
@@ -33,4 +33,5 @@ jobs:
identifier: "Nethesis.NethLink"
version: ${{ env.VERSION }}
token: ${{ secrets.WINGET_GITHUB_TOKEN }}
- fork-user: edospadoni
+ fork-user: edospadoni
+ release-tag: v${{ env.VERSION }}
0 commit comments