From 4db4ab7843878b8e2ec1659b5e8e9aeb9d480a20 Mon Sep 17 00:00:00 2001 From: moreal Date: Mon, 18 Sep 2023 07:48:38 +0900 Subject: [PATCH] ci(gh-actions): run nuget push with `--skip-duplicate` --- .github/bin/dist-pack.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/bin/dist-pack.sh b/.github/bin/dist-pack.sh index 3e909445e5..505be45065 100755 --- a/.github/bin/dist-pack.sh +++ b/.github/bin/dist-pack.sh @@ -12,6 +12,7 @@ for rid in "${rids[@]}"; do -r $rid \ -o $output_dir \ --self-contained \ + --skip-duplicate \ # Bypass CI failure when running CI several times. --version-suffix "$(git -C lib9c rev-parse HEAD)" bin_name=lib9c