Skip to content

Commit

Permalink
Add environment in zip file name
Browse files Browse the repository at this point in the history
  • Loading branch information
seiwan committed Nov 18, 2024
1 parent 1f481f0 commit 549fc05
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 @@ -46,7 +46,7 @@ jobs:
pull-requests: write
if: inputs.triggered == true
env:
ZIP_NAME: ${{ inputs.repository-name }}-${{ inputs.prestashop-version }}-${{ inputs.pr-number }}-${{ needs.current_date.outputs.date }}.zip
ZIP_NAME: ${{ inputs.repository-name }}-${{ inputs.prestashop-version }}-${{ inputs.env-lower }}-${{ inputs.pr-number }}-${{ needs.current_date.outputs.date }}.zip

steps:
- name: Checkout the repository 🎁
Expand Down

0 comments on commit 549fc05

Please sign in to comment.