add
This commit is contained in:
@@ -110,8 +110,8 @@ jobs:
|
||||
- name: Backup files
|
||||
run: |
|
||||
mkdir -p Backup
|
||||
find . -type f -name "*.txt" -exec cp --parents {} ./Backup \;
|
||||
find . -type f -name "*.yml" -exec cp --parents {} ./Backup \;
|
||||
find . -type f -name "*.txt" -exec cp --parents {} Backup/ \;
|
||||
find . -type f -name "*.yml" -exec cp --parents {} Backup/ \;
|
||||
|
||||
- name: Restore files
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user