Skip to content

Commit

Permalink
Merge pull request #1262 from PrestaShopCorp/fix/zip-build-prod
Browse files Browse the repository at this point in the history
Fix upload zip on the repo
  • Loading branch information
Matt75 authored Aug 12, 2024
2 parents 2c5bf39 + 6be589e commit 4d506a9
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/ps8-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,16 +147,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ env.ZIP_NAME }}
path: |
../
!../*.git*
!../.php_cs.*
!../**/node_modules
!../composer.*
!../.editorconfig
!../_dev
!../tests
!../gha-creds-*.json
path: ../

update_release_draft_production:
name: PRODUCTION - Update release draft
Expand Down

0 comments on commit 4d506a9

Please sign in to comment.