4444 CERTIFICATE_PASSWORD : ${{ secrets.CERTIFICATE_PASSWORD }}
4545 if : ${{ matrix.os == 'macos-10.15' }}
4646 run : |
47- sed -i '' 's/4.0.0/3.0.2 /' Info.plist
47+ sed -i '' 's/4.0.0/3.0.3 /' Info.plist
4848 brew install mysql
4949 git clone https://github.com/CellProfiler/python-javabridge.git
5050 cd python-javabridge/
5454 make
5555 chmod +x add-osx-certificate.sh && ./add-osx-certificate.sh
5656 chmod +x osx-codesign.sh && ./osx-codesign.sh
57- ditto -ck --keepParent --rsrc --sequesterRsrc ./dist/CellProfiler-Analyst.app ./dist/CellProfiler-Analyst-macOS-3.0.2 .zip
57+ ditto -ck --keepParent --rsrc --sequesterRsrc ./dist/CellProfiler-Analyst.app ./dist/CellProfiler-Analyst-macOS-3.0.3 .zip
5858 working-directory : ./distribution/macos
5959 - env :
6060 JDK_HOME : C:\hostedtoolcache\windows\jdk\14.0.1\x64
@@ -65,17 +65,17 @@ jobs:
6565 - if : ${{ matrix.os == 'windows-2019' }}
6666 run : |
6767 pyinstaller distribution/windows/CellProfiler-Analyst.spec
68- iscc /dMyAppVersion="3.0.2 " "distribution/windows/CellProfiler-Analyst.iss"
68+ iscc /dMyAppVersion="3.0.3 " "distribution/windows/CellProfiler-Analyst.iss"
6969 - if : ${{ matrix.os == 'macos-10.15' }}
7070 uses : actions/upload-artifact@v1
7171 with :
72- name : CellProfiler-Analyst-macOS-3.0.2 .zip
73- path : ./distribution/macos/dist/CellProfiler-Analyst-macOS-3.0.2 .zip
72+ name : CellProfiler-Analyst-macOS-3.0.3 .zip
73+ path : ./distribution/macos/dist/CellProfiler-Analyst-macOS-3.0.3 .zip
7474 - if : ${{ matrix.os == 'windows-2019' }}
7575 uses : actions/upload-artifact@v2
7676 with :
77- name : CellProfiler-Analyst-Windows-3.0.2 .exe
78- path : ./distribution/windows/Output/CellProfiler-Analyst-Windows-3.0.2 .exe
77+ name : CellProfiler-Analyst-Windows-3.0.3 .exe
78+ path : ./distribution/windows/Output/CellProfiler-Analyst-Windows-3.0.3 .exe
7979 strategy :
8080 matrix :
8181 os : [macos-10.15, windows-2019]
@@ -97,25 +97,25 @@ jobs:
9797 tag_name : ${{ github.ref }}
9898 - uses : actions/download-artifact@v1
9999 with :
100- name : CellProfiler-Analyst-macOS-3.0.2 .zip
100+ name : CellProfiler-Analyst-macOS-3.0.3 .zip
101101 path : ./
102102 - uses : actions/download-artifact@v1
103103 with :
104- name : CellProfiler-Analyst-Windows-3.0.2 .exe
104+ name : CellProfiler-Analyst-Windows-3.0.3 .exe
105105 path : ./
106106 - env :
107107 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
108108 uses : actions/upload-release-asset@v1
109109 with :
110110 asset_content_type : application/zip
111- asset_name : CellProfiler-Analyst-macOS-3.0.2 .zip
112- asset_path : /home/runner/work/CellProfiler-Analyst/CellProfiler-Analyst/CellProfiler-Analyst-macOS-3.0.2 .zip
111+ asset_name : CellProfiler-Analyst-macOS-3.0.3 .zip
112+ asset_path : /home/runner/work/CellProfiler-Analyst/CellProfiler-Analyst/CellProfiler-Analyst-macOS-3.0.3 .zip
113113 upload_url : ${{ steps.create_release.outputs.upload_url }}
114114 - env :
115115 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
116116 uses : actions/upload-release-asset@v1
117117 with :
118118 asset_content_type : application/exe
119- asset_name : CellProfiler-Analyst-Windows-3.0.2 .exe
120- asset_path : /home/runner/work/CellProfiler-Analyst/CellProfiler-Analyst/CellProfiler-Analyst-Windows-3.0.2 .exe
119+ asset_name : CellProfiler-Analyst-Windows-3.0.3 .exe
120+ asset_path : /home/runner/work/CellProfiler-Analyst/CellProfiler-Analyst/CellProfiler-Analyst-Windows-3.0.3 .exe
121121 upload_url : ${{ steps.create_release.outputs.upload_url }}
0 commit comments