Skip to content

Commit 615b2d9

Browse files
authored
Add echo to trigger clean build
1 parent b7ec3b6 commit 615b2d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
sed -i '' 's/4.0.0/3.0.4.1/' Info.plist
6161
make
6262
chmod +x add-osx-certificate.sh && ./add-osx-certificate.sh
63+
echo "Finished add-osx-certificate"
6364
chmod +x osx-codesign.sh && ./osx-codesign.sh
6465
ditto -ck --keepParent --rsrc --sequesterRsrc ./dist/CellProfiler-Analyst.app ./dist/CellProfiler-Analyst-macOS-3.0.4.1.zip
6566
working-directory: ./distribution/macos

0 commit comments

Comments
 (0)