mirror of
https://github.com/trycua/computer.git
synced 2026-04-30 04:02:13 -05:00
fix prettier issues
This commit is contained in:
@@ -4,9 +4,9 @@ on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
version:
|
||||
description: 'Version to publish (default: from package.json)'
|
||||
description: "Version to publish (default: from package.json)"
|
||||
required: false
|
||||
default: ''
|
||||
default: ""
|
||||
|
||||
jobs:
|
||||
build-and-publish:
|
||||
@@ -14,25 +14,25 @@ jobs:
|
||||
id-token: write
|
||||
contents: write
|
||||
packages: write
|
||||
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- target: bun-linux-x64
|
||||
ext: ''
|
||||
ext: ""
|
||||
binary_name: cua-linux-x64
|
||||
- target: bun-darwin-x64
|
||||
ext: ''
|
||||
ext: ""
|
||||
binary_name: cua-darwin-x64
|
||||
- target: bun-darwin-arm64
|
||||
ext: ''
|
||||
ext: ""
|
||||
binary_name: cua-darwin-arm64
|
||||
- target: bun-windows-x64
|
||||
ext: '.exe'
|
||||
ext: ".exe"
|
||||
binary_name: cua-windows-x64
|
||||
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
@@ -140,7 +140,7 @@ jobs:
|
||||
```bash
|
||||
# For Linux/macOS
|
||||
curl -fsSL https://cua.ai/cli/install.sh | sh
|
||||
|
||||
|
||||
# For Windows (PowerShell)
|
||||
irm https://cua.ai/cli/install.ps1 | iex
|
||||
```
|
||||
@@ -149,7 +149,7 @@ jobs:
|
||||
```bash
|
||||
# Using bun
|
||||
bun add -g @trycua/cli
|
||||
|
||||
|
||||
# Or using npm
|
||||
npm install -g @trycua/cli
|
||||
```
|
||||
@@ -209,4 +209,4 @@ jobs:
|
||||
asset_name: cua-windows-x64.exe
|
||||
asset_content_type: application/octet-stream
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user