File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 11name : create-release
22on :
33 workflow_dispatch :
4+ inputs :
5+ debug_enabled :
6+ type : boolean
7+ description : ' Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
8+ required : false
9+ default : false
410 push :
511 branches : [ master ]
612 tags :
6470 chmod +x osx-codesign.sh && ./osx-codesign.sh
6571 ditto -ck --keepParent --rsrc --sequesterRsrc ./dist/CellProfiler-Analyst.app ./dist/CellProfiler-Analyst-macOS-3.0.4.1.zip
6672 working-directory : ./distribution/macos
73+ - name : Setup tmate session
74+ uses : mxschmitt/action-tmate@v3
75+ if : ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
6776 - env :
6877 JDK_HOME : C:\hostedtoolcache\windows\Java_Temurin-Hotspot_jdk\11.0.20-8\x64
6978 if : ${{ matrix.os == 'windows-latest' }}
You can’t perform that action at this time.
0 commit comments