We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0308d7a commit 0b95aedCopy full SHA for 0b95aed
1 file changed
.github/workflows/release.yml
@@ -37,7 +37,8 @@ jobs:
37
releaseBody: |
38
OpenSpeak release ${{ github.ref_name }}.
39
40
- Download the `.dmg` asset and move OpenSpeak into `/Applications`.
+ Download the macOS `.app.tar.gz` asset from this release.
41
+ Unzip it and move `OpenSpeak.app` into `/Applications`.
42
This build is unsigned and not notarized.
43
releaseDraft: false
44
prerelease: ${{ contains(github.ref_name, '-') }}
0 commit comments