Skip to content

Commit

Permalink
Fix gsutil command
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Aug 12, 2022
1 parent 653c4cb commit debc3ac
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,8 @@ jobs:

- name: Upload ZIP files to GCS
run: |
gsutil cp -r web-stories.zip gs://web-stories-wp-github-artifacts/${{ github.ref }}/web-stories.zip
gsutil cp -r web-stories-dev.zip gs://web-stories-wp-github-artifacts/${{ github.ref }}/web-stories-dev.zip
working-directory: ${{ github.ref }}
gsutil cp -r build/web-stories.zip gs://web-stories-wp-github-artifacts/${{ github.ref }}/web-stories.zip
gsutil cp -r build/web-stories-dev.zip gs://web-stories-wp-github-artifacts/${{ github.ref }}/web-stories-dev.zip
# Leave comment with links to plugin ZIPs.

Expand Down

0 comments on commit debc3ac

Please sign in to comment.