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 40442e6 commit 08991e5Copy full SHA for 08991e5
.github/workflows/release.yml
@@ -128,15 +128,6 @@ jobs:
128
- name: Checkout code
129
uses: actions/checkout@v4
130
131
- - name: Generate MD5 for rag.py
132
- run: |
133
- mkdir -p dist
134
- sudo apt-get install dos2unix -y
135
- dos2unix src/python/rag.py
136
- md5sum src/python/rag.py | awk '{print $1}' > dist/md5.txt
137
- echo "Generated MD5: $(cat dist/md5.txt)"
138
- shell: bash
139
-
140
- name: Download md5.txt from GitHub Release
141
run: |
142
curl -L -o dist/md5.txt https://github.com/yefansky/CodeReDesign/releases/download/latest/md5.txt
0 commit comments