We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bf1d38 commit 1fb99acCopy full SHA for 1fb99ac
.github/workflows/release.yml
@@ -106,5 +106,5 @@ jobs:
106
with:
107
repo_token: ${{ secrets.GITHUB_TOKEN }}
108
file: target/apple-darwin/release/towbootctl
109
- asset_name: towbootctl-${{ github.ref }}-macos
+ asset_name: towbootctl-${{ github.ref_name }}-macos
110
tag: ${{ github.ref }}
0 commit comments