diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ed7bede..3fc7dfa 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,14 +39,15 @@ jobs: env: FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }} steps: - - uses: actions/download-artifact@master + - name: Checkout Repo + uses: actions/checkout@master + - name: Download Build Folder + uses: actions/download-artifact@master with: name: build path: build - - uses: actions/download-artifact@master - with: - name: firebase_json - path: firebase.json - - uses: w9jds/firebase-action@master + - run: ls + - name: Deploy to Firebase + uses: w9jds/firebase-action@master with: args: deploy --only functions:auth,functions:data