From 6177b5c7dca604e470a61d2df8f9f51c6f3fae89 Mon Sep 17 00:00:00 2001 From: BBBmau Date: Sun, 18 Feb 2024 14:31:23 -0800 Subject: [PATCH] add -o flag into artifacts download --- .github/workflows/teamcity-services-diff-check-ga.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/teamcity-services-diff-check-ga.yml b/.github/workflows/teamcity-services-diff-check-ga.yml index 921b8325f6c8..418eca0946c8 100644 --- a/.github/workflows/teamcity-services-diff-check-ga.yml +++ b/.github/workflows/teamcity-services-diff-check-ga.yml @@ -33,7 +33,7 @@ jobs: - name: Unzip the artifacts and delete the zip run: | - unzip artifacts/output.zip -d ./provider + unzip -o artifacts/output.zip -d ./provider rm artifacts/output.zip - name: Download built artifacts @@ -44,7 +44,7 @@ jobs: - name: Unzip the artifacts and delete the zip run: | - unzip artifacts/output.zip -d ./provider + unzip -o artifacts/output.zip -d ./provider rm artifacts/output.zip - name: Setup Go