Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
Moggach committed Nov 30, 2023
1 parent 09a475c commit 745584d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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,7 @@ 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 745584d

Please sign in to comment.