Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
bugwheels94 committed Jan 29, 2024
1 parent 431b304 commit f87b681
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,14 @@ jobs:
- run: npm --no-git-tag-version version $VERSION
env:
VERSION: ${{needs.semantic-release-version-retrieval.outputs.version}}

- run: npm run build
- run: npm run build:electron
- run: find out -type f
- uses: actions/upload-artifact@v3
with:
name: mac-arm64-out
path: |
out/make/zip/**/*.zip
ubuntu:
name: release-ubuntu
runs-on: ubuntu-22.04
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ Super Terminal is a terminal manager for developers who dont like repetition and

Please go to latest release: [Latest Release](https://github.com/bugwheels94/super-terminal/releases/latest)

NOTE: If Apple Silicon build fails to run then please run the below command after extracting the zip

```
sudo xattr -d com.apple.quarantine SuperTerminal.app
```

### Node.JS

npm i super-terminal
Expand Down

0 comments on commit f87b681

Please sign in to comment.