feat:增加工作流
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
pyinstaller CursorKeepAlive.spec
|
||||
|
||||
- name: Upload Windows artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: CursorPro-Windows
|
||||
path: dist/CursorPro.exe
|
||||
@@ -54,7 +54,7 @@ jobs:
|
||||
pyinstaller CursorKeepAlive.spec
|
||||
|
||||
- name: Upload MacOS artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: CursorPro-MacOS
|
||||
path: dist/CursorPro
|
||||
Reference in New Issue
Block a user