Skip to content

Commit

Permalink
Exclude meta files from ZIP build file
Browse files Browse the repository at this point in the history
  • Loading branch information
bbenno committed Jan 21, 2024
1 parent 98eced1 commit 0ac8419
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest

env:
php-version: latest
extensions: imagick
Expand Down Expand Up @@ -52,3 +52,6 @@ jobs:
./*
!tmp
!.*
!phpcs.xml
!composer.lock
!composer.json

0 comments on commit 0ac8419

Please sign in to comment.