Skip to content

Commit

Permalink
Update update-files-manifest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sivan22 authored Nov 8, 2024
1 parent 7a38230 commit 0d91cf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-files-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
sparse-checkout: |
files_manifest.json
metadata.json
otzaria/**/*
אוצריא/**/*
links/**/*
sparse-checkout-cone-mode: false

- name: Generate Files Manifest
run: |
find . \( -name "metadata.json" -o -path "./otzaria/*" -o -path "./links/*" \) -type f \
find . \( -name "metadata.json" -o -path "./אוצריא/*" -o -path "./links/*" \) -type f \
! -path "./.git/*" \
! -path "./.github/*" \
! -name "files_manifest.json" \
Expand Down

0 comments on commit 0d91cf5

Please sign in to comment.