Skip to content

Commit

Permalink
try adjust file path to just zip future natures files
Browse files Browse the repository at this point in the history
  • Loading branch information
Moggach committed Nov 30, 2023
1 parent c540020 commit 31d0b48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/zip-file-on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
- name: Create ZIP file
run: |
# Define the files or directories you want to zip
DIRECTORY_TO_ZIP="web/app/themes/future-natures"
DIRECTORY_TO_ZIP="web/app/themes/future-natures/*"
# Create a unique timestamp for the zip file
TIMESTAMP=$(date +'%Y%m%d%H%M%S')
Expand Down

0 comments on commit 31d0b48

Please sign in to comment.