From e76bae558f137c1b5187697d27c9be924a13b873 Mon Sep 17 00:00:00 2001 From: asari <42676682+MotoyaAsahina@users.noreply.github.com> Date: Wed, 27 Apr 2022 09:56:05 +0900 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f1b7c4a..2667071 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,8 +23,9 @@ jobs: - uses: google-github-actions/auth@v0 with: credentials_json: ${{ secrets.GOOGLE_VISUALIZER_REPOSITORY_ACCOUNT }} + - run: zip -r build.zip build - uses: google-github-actions/upload-cloud-storage@v0 with: - path: ./build + path: ./build.zip destination: visualizer gzip: true