Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Commit 05bbeb1

Browse files
authored
ci: artifact name was invalid
1 parent a6bf38d commit 05bbeb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: 📦 Upload executable
4646
uses: actions/upload-artifact@v4
4747
with:
48-
name: libQtQuickOpenGLWidget.a
48+
name: libQtQuickOpenGLWidget
4949
path: |
5050
build/libQtQuickOpenGLWidget.a
5151
if-no-files-found: error

0 commit comments

Comments
 (0)