Skip to content

Commit

Permalink
Include hidden files in build
Browse files Browse the repository at this point in the history
  • Loading branch information
rene-bos committed Jan 12, 2022
1 parent 8e36754 commit 4580ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: composer install --no-dev --no-interaction --optimize-autoloader

- name: Zip build artifact
run: zip -r build-source.zip ./*
run: zip -r build-source.zip .

- name: Upload build artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 4580ca3

Please sign in to comment.