We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b77c73 commit 27c7ed2Copy full SHA for 27c7ed2
.github/workflows/build.yml
@@ -70,7 +70,7 @@ jobs:
70
#!/bin/bash
71
function create_links () {
72
local source="$1"
73
- local target="$1"
+ local target="$2"
74
sudo cp -r "$source" "$target"
75
cd "$target"
76
sudo cp -lr w8.1 w8
0 commit comments