mirror of
https://git.axenov.dev/mirrors/cursor-free-vip.git
synced 2026-01-03 09:19:27 +03:00
update build
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -42,7 +42,7 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: CursorFreeVIP-Windows
|
name: CursorFreeVIP-Windows
|
||||||
path: dist/CursorFreeVIP.exe
|
path: dist/*.exe
|
||||||
|
|
||||||
build-macos-arm64:
|
build-macos-arm64:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
@@ -69,7 +69,7 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: CursorFreeVIP-MacOS-ARM64
|
name: CursorFreeVIP-MacOS-ARM64
|
||||||
path: dist/CursorFreeVIP
|
path: dist/*
|
||||||
|
|
||||||
build-linux:
|
build-linux:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
@@ -96,7 +96,7 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: CursorFreeVIP-Linux
|
name: CursorFreeVIP-Linux
|
||||||
path: dist/CursorFreeVIP
|
path: dist/*
|
||||||
|
|
||||||
build-macos-intel:
|
build-macos-intel:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
@@ -125,7 +125,7 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: CursorFreeVIP-MacOS-Intel
|
name: CursorFreeVIP-MacOS-Intel
|
||||||
path: dist/CursorFreeVIP
|
path: dist/*
|
||||||
|
|
||||||
create-release:
|
create-release:
|
||||||
needs: [build-windows, build-macos-arm64, build-linux, build-macos-intel]
|
needs: [build-windows, build-macos-arm64, build-linux, build-macos-intel]
|
||||||
|
|||||||
Reference in New Issue
Block a user