We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbb0d64 commit fa60217Copy full SHA for fa60217
.github/workflows/release.yaml
@@ -138,7 +138,8 @@ jobs:
138
if: ${{ runner.os == 'macOS' && matrix.build.tag != 'darwin_universal' }}
139
shell: bash
140
run: |
141
- codesign -s "Developer ID Application: Marcus Crane" -f -v --timestamp --options runtime ./build/bin/cli/october-cli
+ codesign -s "Developer ID Application: Marcus Crane" -f -v --timestamp --options runtime ./october-cli
142
+ working-directory: ./cmd/october-cli
143
144
# TODO: Move Windows CLI inside folder for nsis bundling
145
# - name: Move october-cli.exe inside Windows asset folder
0 commit comments