Skip to content

Commit ed27fd6

Browse files
committed
fix: 修正打包编译python的流程
1 parent 9993e68 commit ed27fd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: pyinstaller --onefile --clean --noconsole --distpath dist src/python/rag.py
2828

2929
- name: Upload EXE artifact
30-
uses: actions/upload-artifact@v3
30+
uses: actions/upload-artifact@v4
3131
with:
3232
name: rag.exe
3333
path: dist/rag.exe
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/checkout@v4
4040

4141
- name: Download EXE artifact
42-
uses: actions/download-artifact@v3
42+
uses: actions/download-artifact@v4
4343
with:
4444
name: rag.exe
4545
path: dist # 下载到 dist 目录

0 commit comments

Comments
 (0)