Skip to content

Commit 0b5d625

Browse files
committed
fix(sign-macos): Replace outdated action matrix example
1 parent 841722e commit 0b5d625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/distribution/sign-macos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Once we have established the GitHub Secrets, we will update the last step of the
121121
releaseBody: 'See the assets to download this version and install.'
122122
releaseDraft: true
123123
prerelease: false
124-
args: ${{ matrix.settings.args }}
124+
args: ${{ matrix.args }}
125125
```
126126
127127
The workflow pulls the secrets from GitHub and defines them as environment variables before building the application using the Tauri action. The output is a GitHub release with the signed and notarized macOS application.

0 commit comments

Comments
 (0)