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