Update firebase.yml
This commit is contained in:
parent
d1be334a80
commit
4670956bd2
4
.github/workflows/firebase.yml
vendored
4
.github/workflows/firebase.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user