From d3d2ab860c25ee3018e2a9a0a88d886af8c779a4 Mon Sep 17 00:00:00 2001 From: developomp Date: Mon, 17 May 2021 23:34:54 +0900 Subject: [PATCH] fixed path --- .github/workflows/firebase-hosting-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index af9bf76..78c3ac1 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -16,7 +16,7 @@ jobs: uses: actions/upload-artifact@master with: name: build - path: build + path: source/build deploy: name: Deploy needs: build