File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8080 PKG_CONFIG_PATH : /usr/local/opt/mysql@8.0/lib/pkgconfig
8181 if : ${{ matrix.os == 'macos-13' }}
8282 run : |
83- chmod +x add-osx-certificate.sh && ./add-osx-certificate.sh
84- echo "Finished add-osx-certificate"
8583 chmod +x osx-codesign.sh && ./osx-codesign.sh
8684 ditto -ck --keepParent --rsrc --sequesterRsrc ./dist/CellProfiler-Analyst.app ./dist/CellProfiler-Analyst-macOS-3.0.4.1.zip
8785 working-directory : ./distribution/macos
@@ -124,11 +122,11 @@ jobs:
124122 prerelease : true
125123 release_name : ${{ github.ref }}
126124 tag_name : ${{ github.ref }}
127- - uses : actions/download-artifact@v3
125+ - uses : actions/download-artifact@v4
128126 with :
129127 name : CellProfiler-Analyst-macOS-3.0.4.1.zip
130128 path : ./
131- - uses : actions/download-artifact@v3
129+ - uses : actions/download-artifact@v4
132130 with :
133131 name : CellProfiler-Analyst-Windows-3.0.4.1.exe
134132 path : ./
You can’t perform that action at this time.
0 commit comments