Skip to content

Commit

Permalink
Fix packaging script.
Browse files Browse the repository at this point in the history
  • Loading branch information
GGG-KILLER committed Jan 29, 2024
1 parent cf98c70 commit 033cd0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# shellcheck shell=bash
set -euo pipefail

rm -r packages;
[ -d packages ] && rm -r packages;

dotnet clean -c Debug -v quiet;
dotnet clean -c Release -v quiet;
Expand Down

0 comments on commit 033cd0e

Please sign in to comment.