Skip to content

Commit a53e49d

Browse files
committed
🎨 make process label somehow fit UI limitations
- for GitHub Actions View in the browser
1 parent b9a66ff commit a53e49d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cdci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
uses: pypa/gh-action-pypi-publish@release/v1
125125

126126
build-executable:
127-
name: Build-exe-vuegen_gui_${{ matrix.os.label }}
127+
name: Build-exe-${{ matrix.os.label }}
128128
runs-on: ${{ matrix.os.runner }}
129129
needs:
130130
- test

0 commit comments

Comments
 (0)