diff options
author | Florian Dieminger <me@fiji-flo.de> | 2022-01-11 08:08:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-11 08:08:42 +0100 |
commit | f52817b39e84a1e0ba488da540ccd4a89ec93993 (patch) | |
tree | 4476eb830b28cc184283d6c1a0c3c81e80e0df44 /.github/workflows | |
parent | ba82cb4decea2516eeb1b986656529dedccb3a1b (diff) | |
download | translated-content-f52817b39e84a1e0ba488da540ccd4a89ec93993.tar.gz translated-content-f52817b39e84a1e0ba488da540ccd4a89ec93993.tar.bz2 translated-content-f52817b39e84a1e0ba488da540ccd4a89ec93993.zip |
move to 7z in github action (#3628)
Resolves #3618
Co-authored-by: allo <yin199909@aliyun.com>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/pr-review-companion.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pr-review-companion.yml b/.github/workflows/pr-review-companion.yml index da87635c01..fa92d70475 100644 --- a/.github/workflows/pr-review-companion.yml +++ b/.github/workflows/pr-review-companion.yml @@ -59,7 +59,7 @@ jobs: - name: Unzip what was downloaded run: | - unzip build.zip -d build + 7z x build.zip -obuild -bb1 - uses: actions/checkout@v2 with: |