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 e25503c commit f3ff3c0Copy full SHA for f3ff3c0
.github/workflows/bazel_cli_build.yml
@@ -97,4 +97,4 @@ jobs:
97
if: startsWith(github.ref, 'refs/tags/')
98
uses: softprops/action-gh-release@v1
99
with:
100
- files: sparrow-cli-*-mac.tar.gz
+ files: sparrow-cli-${{ env.TAG_NAME }}-mac.tar.gz
0 commit comments