Update firebase.yml

This commit is contained in:
yude 2020-09-05 08:48:52 +09:00
parent d1be334a80
commit 4670956bd2
No known key found for this signature in database
GPG Key ID: A49BFB97E0AB5435
1 changed files with 2 additions and 2 deletions

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: