Skip to content

Commit

Permalink
Push zip files at GCP bucket storage root
Browse files Browse the repository at this point in the history
  • Loading branch information
seiwan committed Nov 19, 2024
1 parent b055647 commit d0f69ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-to-bucket.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ jobs:
- name: Push to GCP bucket storage 🛩️
shell: bash
run: |
gsutil cp ${{ needs.bucket-zip-name.outputs[inputs.env-lower] }} gs://ps-eu-w1-checkout-assets-${{ inputs.env-lower }}/zips/${{ inputs.prestashop-version }}
gsutil cp ${{ needs.bucket-zip-name.outputs[inputs.env-lower] }} gs://ps-eu-w1-checkout-assets-${{ inputs.env-lower }}

0 comments on commit d0f69ab

Please sign in to comment.