Skip to content

Commit

Permalink
add -o flag into artifacts download
Browse files Browse the repository at this point in the history
  • Loading branch information
BBBmau committed Feb 18, 2024
1 parent 136bd4b commit 6177b5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/teamcity-services-diff-check-ga.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 6177b5c

Please sign in to comment.