Skip to content

Commit ef61a03

Browse files
committed
🐛 colon not allowed in name...
1 parent 6a0fc78 commit ef61a03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cdci.yml

Lines changed: 2 additions & 2 deletions
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 executable: vuegen_gui_${{ matrix.os.label }}
127+
name: Build executable - vuegen_gui_${{ matrix.os.label }}
128128
runs-on: ${{ matrix.os.runner }}
129129
needs:
130130
- test
@@ -148,7 +148,7 @@ jobs:
148148
with:
149149
python-version: ${{ matrix.python-version }}
150150
- name: Install VueGen GUI and pyinstaller
151-
run: python -m pip install '.[gui]' pyinstaller
151+
run: python -m pip install ".[gui]" pyinstaller
152152
- name: Build executable
153153
run: |
154154
cd gui

0 commit comments

Comments
 (0)