Skip to content

Commit cf197ed

Browse files
committed
fix rsync
1 parent cbb31fb commit cf197ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-boilerplate-cha.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
4646
- name: Copy and Apply Changes to Create-Hyperweb-App
4747
run: |
48-
rsync -av --exclude='.git' --exclude-from='.github/workflows/sync-boilerplate-cha.yaml' ./ ../create-hyperweb-app/templates/hyperweb/ --delete
48+
rsync -av --exclude='.git' ./ ../create-hyperweb-app/templates/hyperweb/ --delete
4949
5050
- name: Get Version from package.json
5151
id: get_version

0 commit comments

Comments
 (0)