We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc99979 commit ef44254Copy full SHA for ef44254
.github/workflows/release.yml
@@ -182,7 +182,7 @@ jobs:
182
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
183
MIX_ENV: prod
184
MIX_TARGET: app_next
185
- NO_STRIP: ${{ runner.os == 'Linux' && runner.arch == 'ARM64' && 'true' || '' }}
+ # NO_STRIP: ${{ runner.os == 'Linux' && runner.arch == 'ARM64' && 'true' || '' }}
186
# macOS codesigning/notarization
187
APPLE_CERTIFICATE: ${{ secrets.APPLE_CERTIFICATE_P12_BASE64 }}
188
APPLE_CERTIFICATE_PASSWORD: ${{ secrets.APPLE_CERTIFICATE_P12_PASSWORD }}
0 commit comments