feat:增加工作流

This commit is contained in:
cheng zhen
2024-12-29 10:42:30 +08:00
parent 9838873ddf
commit 076c9c8f19

View File

@@ -27,7 +27,7 @@ jobs:
pyinstaller CursorKeepAlive.spec pyinstaller CursorKeepAlive.spec
- name: Upload Windows artifact - name: Upload Windows artifact
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v4
with: with:
name: CursorPro-Windows name: CursorPro-Windows
path: dist/CursorPro.exe path: dist/CursorPro.exe
@@ -54,7 +54,7 @@ jobs:
pyinstaller CursorKeepAlive.spec pyinstaller CursorKeepAlive.spec
- name: Upload MacOS artifact - name: Upload MacOS artifact
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v4
with: with:
name: CursorPro-MacOS name: CursorPro-MacOS
path: dist/CursorPro path: dist/CursorPro