Skip to content

Commit 2e1d776

Browse files
committed
Fixing syntax error
1 parent 98fc81e commit 2e1d776

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/artifact.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ jobs:
6666
id: upload-doc-artifact
6767
with:
6868
name: sagittarius-doc-${{ inputs.suffix }}
69-
path: ./build/doc/**
70-
!path: ./build/doc/CMakeFiles/*
71-
!path: ./build/doc/*.cmake
69+
path: |
70+
./build/doc/**
71+
!./build/doc/CMakeFiles/*
72+
!./build/doc/*.cmake
7273
compression-level: 0

0 commit comments

Comments
 (0)