File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 9999 cd dist && zip -r "CIBMangoTree_${ARTIFACT_NAME}-${VERSION}-${SHA}.zip" CIBMangoTree.app
100100 fi
101101
102- - name : Run smoke test
103- shell : bash
104- continue-on-error : true
105- run : |
106- if [ "${{ matrix.os }}" = "windows-2022" ]; then
107- echo "Running smoke test: dist\CIBMangoTree.exe --noop"
108- dist/CIBMangoTree.exe --noop || echo "⚠️ Smoke test failed or --noop not supported in GUI mode"
109- else
110- echo "Running smoke test: dist/CIBMangoTree.app/Contents/MacOS/CIBMangoTree --noop"
111- dist/CIBMangoTree.app/Contents/MacOS/CIBMangoTree --noop || echo "⚠️ Smoke test failed or --noop not supported in GUI mode"
112- fi
113-
114102 - name : Upload artifact
115103 uses : actions/upload-artifact@v4
116104 with :
You can’t perform that action at this time.
0 commit comments