Skip to content

Commit c6a4bf6

Browse files
Disable build action as it does not produce working binaries because no certificate is configured.
1 parent a38c836 commit c6a4bf6

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: App build
33
on:
44
push:
55
branches:
6-
- main
7-
- upload-artifact-action
6+
# - main
87
jobs:
98
build:
109
runs-on: macos-14
@@ -32,7 +31,4 @@ jobs:
3231
dist/*.exe
3332
dist/*.exe.blockmap
3433
dist/*.yaml
35-
dist/*.yml
36-
37-
38-
# dist/Audio Orchestrator Setup 0.23.1.exe
34+
dist/*.yml

Readme.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,9 @@ All dependencies and scripts are listed in the single `package.json` at the top
7171

7272
## Releases and versions
7373

74-
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.
74+
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.
7575

76-
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.
77-
78-
NB apps built this way are not signed or notarized by Apple/Microsoft and may require additional authorization to run.
76+
Currently, releases are locally built (`npm run dist`) and manually uploaded to GitHub (macOS, macOS-arm64, Windows).
7977

8078
## History
8179

0 commit comments

Comments
 (0)