Skip to content

Commit

Permalink
Disable build action as it does not produce working binaries because …
Browse files Browse the repository at this point in the history
…no certificate is configured.
  • Loading branch information
kristianhentschelbbc committed Jan 29, 2025
1 parent a38c836 commit c6a4bf6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: App build
on:
push:
branches:
- main
- upload-artifact-action
# - main
jobs:
build:
runs-on: macos-14
Expand Down Expand Up @@ -32,7 +31,4 @@ jobs:
dist/*.exe
dist/*.exe.blockmap
dist/*.yaml
dist/*.yml

# dist/Audio Orchestrator Setup 0.23.1.exe
dist/*.yml
6 changes: 2 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,9 @@ All dependencies and scripts are listed in the single `package.json` at the top

## Releases and versions

Pull requests should update the main package.json version and run `npm install && npm run credits` to ensure this is used throughout. Changelog.md should also be manually updated.
Pull requests should update the main `package.json` version and run `npm install && npm run credits` before they are merged to ensure the new version is used throughout. Changelog.md should also be manually updated.

A [GitHub action](.github/workflows/build.yml) automatically builds mac and windows installers on pushes to the main branch. These must then be manually checked and attached to a GitHub release.

NB apps built this way are not signed or notarized by Apple/Microsoft and may require additional authorization to run.
Currently, releases are locally built (`npm run dist`) and manually uploaded to GitHub (macOS, macOS-arm64, Windows).

## History

Expand Down

0 comments on commit c6a4bf6

Please sign in to comment.