Skip to content

Commit 27c7ed2

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
#!/bin/bash
7171
function create_links () {
7272
local source="$1"
73-
local target="$1"
73+
local target="$2"
7474
sudo cp -r "$source" "$target"
7575
cd "$target"
7676
sudo cp -lr w8.1 w8

0 commit comments

Comments
 (0)