This commit is contained in:
NianBroken
2024-03-11 18:11:55 +08:00 Unverified
parent 05df58e4b7
commit a376365b1c
+2 -1
View File
@@ -109,7 +109,8 @@ jobs:
- name: Backup TXT and YAML files
run: |
rsync -av --include="*/" --include="*.txt" --include="*.yml" --exclude="*" ./ ./Backup/
find . -type f -name "*.txt" -exec cp --parents {} ./Backup \;
find . -type f -name "*.yml" -exec cp --parents {} ./Backup \;
- name: Run main program
id: run_main_program