mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-06-01 22:09:27 +02:00
Delete .github/workflows/build-mac.yml
This commit is contained in:
@@ -1,29 +0,0 @@
|
||||
name: build-mac
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
mac:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22.21.0
|
||||
cache: yarn
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
- run: yarn install --frozen-lockfile
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: 3.9
|
||||
- run: pip install -r requirements.txt
|
||||
- run: |
|
||||
yarn build:native
|
||||
yarn build:python-rpc
|
||||
electron-vite build
|
||||
electron-builder --mac --publish never
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: dmg
|
||||
path: dist/*.dmg
|
||||
Reference in New Issue
Block a user