Skip to content

Commit fa60217

Browse files
committed
Fix macOS CLI path
Signed-off-by: Marcus Crane <[email protected]>
1 parent bbb0d64 commit fa60217

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@ jobs:
138138
if: ${{ runner.os == 'macOS' && matrix.build.tag != 'darwin_universal' }}
139139
shell: bash
140140
run: |
141-
codesign -s "Developer ID Application: Marcus Crane" -f -v --timestamp --options runtime ./build/bin/cli/october-cli
141+
codesign -s "Developer ID Application: Marcus Crane" -f -v --timestamp --options runtime ./october-cli
142+
working-directory: ./cmd/october-cli
142143

143144
# TODO: Move Windows CLI inside folder for nsis bundling
144145
# - name: Move october-cli.exe inside Windows asset folder

0 commit comments

Comments
 (0)