Skip to content

Commit 0931813

Browse files
committed
Fixed output artifact file name on build workflow.
1 parent 2a7770a commit 0931813

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/qlbase_build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ jobs:
3030
- name: Upload QLBase build
3131
uses: actions/upload-artifact@v4
3232
with:
33-
path: qlbase.zip
33+
name: qlbase
34+
path: qlbase.zip

0 commit comments

Comments
 (0)