Skip to content

Commit eb9f4e0

Browse files
authored
attempting to fix yml expression
1 parent 68b45b4 commit eb9f4e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
with:
3232
formula-name: archive-fusionvm
3333
homebrew-tap: nreilingh/nreilingh
34-
download-url: https://github.com/NReilingh/archive-fusionvm/releases/download/$GITHUB_REF/archive-fusionvm.tar.gz
34+
download-url: https://github.com/NReilingh/archive-fusionvm/releases/download/${{ github.ref }}/archive-fusionvm.tar.gz
3535
env:
3636
COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }}

0 commit comments

Comments
 (0)