diff --git a/.github/bin/dist-pack.sh b/.github/bin/dist-pack.sh index d74b93fd1f..3e909445e5 100755 --- a/.github/bin/dist-pack.sh +++ b/.github/bin/dist-pack.sh @@ -7,7 +7,7 @@ for rid in "${rids[@]}"; do output_dir="./Release/$rid/" mkdir -p "$output_dir" - dotnet publish Lib9c/Lib9c.csproj\ + dotnet publish Lib9c/Lib9c.csproj \ -c Release \ -r $rid \ -o $output_dir \