Skip to content

Commit ef44254

Browse files
committed
up
1 parent fc99979 commit ef44254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
183183
MIX_ENV: prod
184184
MIX_TARGET: app_next
185-
NO_STRIP: ${{ runner.os == 'Linux' && runner.arch == 'ARM64' && 'true' || '' }}
185+
# NO_STRIP: ${{ runner.os == 'Linux' && runner.arch == 'ARM64' && 'true' || '' }}
186186
# macOS codesigning/notarization
187187
APPLE_CERTIFICATE: ${{ secrets.APPLE_CERTIFICATE_P12_BASE64 }}
188188
APPLE_CERTIFICATE_PASSWORD: ${{ secrets.APPLE_CERTIFICATE_P12_PASSWORD }}

0 commit comments

Comments
 (0)