We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e340d33 commit 9cf8837Copy full SHA for 9cf8837
1 file changed
.github/workflows/release.yml
@@ -101,6 +101,8 @@ jobs:
101
if: matrix.os == 'darwin' && steps.apple-signing.outputs.enabled == 'true'
102
shell: bash
103
env:
104
+ GOOS: ${{ matrix.os }}
105
+ GOARCH: ${{ matrix.arch }}
106
MACOS_SIGNING_IDENTITY: ${{ secrets.MACOS_SIGNING_IDENTITY }}
107
APPLE_ID: ${{ secrets.APPLE_ID }}
108
APPLE_APP_PASSWORD: ${{ secrets.APPLE_APP_PASSWORD }}
@@ -119,6 +121,9 @@ jobs:
119
121
- name: Ad-hoc sign macOS binary
120
122
if: matrix.os == 'darwin' && steps.apple-signing.outputs.enabled != 'true'
123
124
+ env:
125
126
127
run: |
128
codesign --force --sign - ravel
129
codesign --verify --strict --verbose=2 ravel
0 commit comments