mirror of
https://github.com/yeongpin/cursor-free-vip.git
synced 2025-08-02 20:47:35 +08:00
update build
This commit is contained in:
parent
a04eed2c6b
commit
721c13cb2f
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: CursorFreeVIP-Windows
|
||||
path: dist/CursorFreeVIP.exe
|
||||
path: dist/*.exe
|
||||
|
||||
build-macos-arm64:
|
||||
runs-on: macos-latest
|
||||
@ -69,7 +69,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: CursorFreeVIP-MacOS-ARM64
|
||||
path: dist/CursorFreeVIP
|
||||
path: dist/*
|
||||
|
||||
build-linux:
|
||||
runs-on: ubuntu-22.04
|
||||
@ -96,7 +96,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: CursorFreeVIP-Linux
|
||||
path: dist/CursorFreeVIP
|
||||
path: dist/*
|
||||
|
||||
build-macos-intel:
|
||||
runs-on: macos-latest
|
||||
@ -125,7 +125,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: CursorFreeVIP-MacOS-Intel
|
||||
path: dist/CursorFreeVIP
|
||||
path: dist/*
|
||||
|
||||
create-release:
|
||||
needs: [build-windows, build-macos-arm64, build-linux, build-macos-intel]
|
||||
|
Loading…
x
Reference in New Issue
Block a user