Skip to content

Commit dd6865c

Browse files
committed
Correct cp usage
1 parent 5b154d5 commit dd6865c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
cp {README.md,LICENSE} "$staging/"
113113
cp CHANGELOG.md "$staging/doc/"
114114
cp "$cargo_outdir"/zspell.1 "$staging/doc"
115-
cp "$cargo_outdir"/{_zspell, _zspell.ps1, zspell.bash, zspell.elv, zspell.fish} "$staging/completion"
115+
cp "$cargo_outdir"/{_zspell,_zspell.ps1,zspell.bash,zspell.elv,zspell.fish} "$staging/completion"
116116
117117
# Select the release notes from our latest version only
118118
perl -0777 -ne "print /(## \[$ref_name_stripped\].*?\n)(?=\n*^## )/gms" CHANGELOG.md > RNOTES.md

0 commit comments

Comments
 (0)