Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MotoyaAsahina authored Apr 27, 2022
1 parent 3f2bd87 commit e76bae5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e76bae5

Please sign in to comment.