Skip to content

Commit 5c70b36

Browse files
committed
fixed workflow error
1 parent 6a36840 commit 5c70b36

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

.github/workflows/composer.yml

+21-21
Original file line numberDiff line numberDiff line change
@@ -52,24 +52,24 @@ jobs:
5252

5353
- name: Save build
5454
uses: actions/upload-artifact@v4
55-
with:
56-
name: no-tranquil
57-
path: |
58-
.
59-
!.github
60-
!assets/css
61-
!assets/js
62-
!assets/scss
63-
!assets
64-
!build
65-
!dist
66-
!node_modules
67-
!.gitignore
68-
!composer.json
69-
!composer.lock
70-
!package.json
71-
!package-lock.json
72-
!README.md
73-
!script.js.LICENSE.txt
74-
!style.css.map
75-
!webpack.config.js
55+
with:
56+
name: no-tranquil
57+
path: |
58+
.
59+
!.github
60+
!assets/css
61+
!assets/js
62+
!assets/scss
63+
!assets
64+
!build
65+
!dist
66+
!node_modules
67+
!.gitignore
68+
!composer.json
69+
!composer.lock
70+
!package.json
71+
!package-lock.json
72+
!README.md
73+
!script.js.LICENSE.txt
74+
!style.css.map
75+
!webpack.config.js

0 commit comments

Comments
 (0)