From 4670956bd2dc7f1c45b1719e5ac141a285dff3d3 Mon Sep 17 00:00:00 2001 From: yudete Date: Sat, 5 Sep 2020 08:48:52 +0900 Subject: [PATCH] Update firebase.yml --- .github/workflows/firebase.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/firebase.yml b/.github/workflows/firebase.yml index eb84f9e..0db1317 100644 --- a/.github/workflows/firebase.yml +++ b/.github/workflows/firebase.yml @@ -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: