Skip to content

Commit 08991e5

Browse files
committed
fix: 打包流程修改
1 parent 40442e6 commit 08991e5

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -128,15 +128,6 @@ jobs:
128128
- name: Checkout code
129129
uses: actions/checkout@v4
130130

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-
140131
- name: Download md5.txt from GitHub Release
141132
run: |
142133
curl -L -o dist/md5.txt https://github.com/yefansky/CodeReDesign/releases/download/latest/md5.txt

0 commit comments

Comments
 (0)