Skip to content

Commit 65292f8

Browse files
authored
Fix CI should upload artifacts (#92)
* Should upload artifacts * Remove newline before EOF
1 parent 53c47e5 commit 65292f8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
> Please list each individual specific change in this pull request.
88
9-
-
9+
-

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,12 @@ jobs:
6565
6666
- name: Uploading npm-tarball
6767
uses: actions/upload-artifact@v2
68-
if: ${{ matrix.node-version == '14.x' }}
6968
with:
7069
name: npm-tarball
7170
path: 'packages/component/*.tgz'
7271

7372
- name: Uploading gh-pages
7473
uses: actions/upload-artifact@v2
75-
if: ${{ matrix.node-version == '14.x' }}
7674
with:
7775
name: gh-pages
7876
path: 'packages/playground/build/**/*'

0 commit comments

Comments
 (0)