File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 80
80
PKG_CONFIG_PATH : /usr/local/opt/mysql@8.0/lib/pkgconfig
81
81
if : ${{ matrix.os == 'macos-13' }}
82
82
run : |
83
- chmod +x add-osx-certificate.sh && ./add-osx-certificate.sh
84
- echo "Finished add-osx-certificate"
85
83
chmod +x osx-codesign.sh && ./osx-codesign.sh
86
84
ditto -ck --keepParent --rsrc --sequesterRsrc ./dist/CellProfiler-Analyst.app ./dist/CellProfiler-Analyst-macOS-3.0.4.1.zip
87
85
working-directory : ./distribution/macos
@@ -124,11 +122,11 @@ jobs:
124
122
prerelease : true
125
123
release_name : ${{ github.ref }}
126
124
tag_name : ${{ github.ref }}
127
- - uses : actions/download-artifact@v3
125
+ - uses : actions/download-artifact@v4
128
126
with :
129
127
name : CellProfiler-Analyst-macOS-3.0.4.1.zip
130
128
path : ./
131
- - uses : actions/download-artifact@v3
129
+ - uses : actions/download-artifact@v4
132
130
with :
133
131
name : CellProfiler-Analyst-Windows-3.0.4.1.exe
134
132
path : ./
You can’t perform that action at this time.
0 commit comments