Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
area363 committed May 24, 2023
1 parent 37f8520 commit 36f3040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/bin/dist-pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 36f3040

Please sign in to comment.