We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08991e5 commit 13c08adCopy full SHA for 13c08ad
1 file changed
.github/workflows/release.yml
@@ -130,6 +130,7 @@ jobs:
130
131
- name: Download md5.txt from GitHub Release
132
run: |
133
+ mkdir -p dist
134
curl -L -o dist/md5.txt https://github.com/yefansky/CodeReDesign/releases/download/latest/md5.txt
135
echo "Downloaded md5.txt from release"
136
shell: bash
0 commit comments