Update firebase.yml

This commit is contained in:
2020-09-05 08:48:52 +09:00
parent d1be334a80
commit 4670956bd2

View File

@@ -17,7 +17,7 @@ jobs:
uses: actions/upload-artifact@master
with:
name: dist
path: dist
path: ./
deploy:
name: Deploy
needs: build
@@ -29,7 +29,7 @@ jobs:
uses: actions/download-artifact@master
with:
name: dist
path: dist
path: ./
- name: Deploy to Firebase
uses: w9jds/firebase-action@master
with: