Skip to content

Commit 7333b2c

Browse files
committed
: is not valid as artifact name
1 parent 300f730 commit 7333b2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
- run: python -m build --wheel
180180
- uses: actions/upload-artifact@v4
181181
with:
182-
name: wheel-fedora:42
182+
name: wheel-fedora-42
183183
path: ./dist/*.whl
184184
- run: python -m pip install dist/*.whl
185185
- run: python -m pip install moderngl

0 commit comments

Comments
 (0)