Skip to content

Commit

Permalink
download url
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Sep 16, 2023
1 parent 80e719b commit 690096f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion redis/build_msys2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ find . -mindepth 1 -maxdepth 1 -exec strip "{}" \;
```
</details>
' "$self_toolset_name.tar.gz" "$(./redis-cli --version)" "$(sha256sum ./*)"
%
' "$self_toolset_name.tar.gz" "$(./redis-cli --version)" "$(sha256sum ./*)" "$download_url"
} > "$self_toolset_name.md"

cat "$self_toolset_name.md"
Expand Down

0 comments on commit 690096f

Please sign in to comment.