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 68b45b4 commit eb9f4e0Copy full SHA for eb9f4e0
.github/workflows/release.yml
@@ -31,6 +31,6 @@ jobs:
31
with:
32
formula-name: archive-fusionvm
33
homebrew-tap: nreilingh/nreilingh
34
- download-url: https://github.com/NReilingh/archive-fusionvm/releases/download/$GITHUB_REF/archive-fusionvm.tar.gz
+ download-url: https://github.com/NReilingh/archive-fusionvm/releases/download/${{ github.ref }}/archive-fusionvm.tar.gz
35
env:
36
COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }}
0 commit comments