|
@@ -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
|