Skip to content

Commit c970872

Browse files
authored
Update build.yml
1 parent 27c7ed2 commit c970872

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
echo "exists=false" >> $GITHUB_ENV
5454
fi
5555
-
56-
name: Process Fedora drivers
56+
name: Download Fedora drivers
5757
if: env.exists == 'false'
5858
id: fedora
5959
run: |
@@ -71,11 +71,11 @@ jobs:
7171
function create_links () {
7272
local source="$1"
7373
local target="$2"
74-
sudo cp -r "$source" "$target"
74+
sudo cp -pr "$source" "$target"
7575
cd "$target"
76-
sudo cp -lr w8.1 w8
77-
sudo cp -lr w8.1 2k12
78-
sudo cp -lr w8.1 2k12R2
76+
sudo cp -lpr w8.1 w8
77+
sudo cp -lpr w8.1 2k12
78+
sudo cp -lpr w8.1 2k12R2
7979
return 0
8080
}
8181
cd /tmp/iso

0 commit comments

Comments
 (0)