Initial changes to template

This commit is contained in:
2020-05-04 21:32:17 +03:00
parent 2c3f7ae901
commit fc7bc9b517
10 changed files with 32 additions and 32 deletions
+3 -3
View File
@@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build template-card.js
- name: Build time-picker-card.js
run: |
npm install
npm run build
@@ -19,6 +19,6 @@ jobs:
- name: Upload to release
uses: shopify/upload-to-release@1.0.0
with:
name: template-card.js
path: dist/template-card.js
name: time-picker-card.js
path: dist/time-picker-card.js
repo-token: ${{ secrets.GITHUB_TOKEN }}