Skip to content

Commit 749667a

Browse files
authored
Fix mac binary name
1 parent 52d0179 commit 749667a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
echo "/usr/local/opt/[email protected]/bin" >> $GITHUB_PATH
5151
- env:
5252
LDFLAGS: "-L/usr/local/opt/[email protected]/lib -L/usr/local/opt/openssl/lib"
53-
CERTIFICATE_OSX_APPLICATION: ${{ secrets.CERTIFICATE_OSX_APPLICATION }}
54-
CERTIFICATE_PASSWORD: ${{ secrets.CERTIFICATE_PASSWORD }}
53+
CERTIFICATE_OSX_APPLICATION: ${{ secrets.BUILD_CERTIFICATE_BASE64_CIMINI }}
54+
CERTIFICATE_PASSWORD: ${{ secrets.P12_PASSWORD_CIMINI }}
5555
# needed for [email protected]
5656
CPPFLAGS: -I/usr/local/opt/[email protected]/include
5757
PKG_CONFIG_PATH: /usr/local/opt/[email protected]/lib/pkgconfig
@@ -61,7 +61,7 @@ jobs:
6161
make
6262
chmod +x add-osx-certificate.sh && ./add-osx-certificate.sh
6363
chmod +x osx-codesign.sh && ./osx-codesign.sh
64-
ditto -ck --keepParent --rsrc --sequesterRsrc ./dist/CellProfiler-Analyst.app ./dist/CellProfiler-Analyst-macOS-3.0.4.zip
64+
ditto -ck --keepParent --rsrc --sequesterRsrc ./dist/CellProfiler-Analyst.app ./dist/CellProfiler-Analyst-macOS-3.0.4.1.zip
6565
working-directory: ./distribution/macos
6666
- env:
6767
JDK_HOME: C:\hostedtoolcache\windows\Java_Temurin-Hotspot_jdk\11.0.20-8\x64

0 commit comments

Comments
 (0)