Skip to content

Commit

Permalink
fix tar file path (#3074)
Browse files Browse the repository at this point in the history
Update rc.yml

* fix tar file path
  • Loading branch information
Shinji-IkariG authored and Sophie-Xie committed Aug 29, 2023
1 parent e731471 commit 2e2e261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ jobs:
- name: Copy dir to MinIO
run: |
mc cp ${{ env.OSS_DIR }}/${{ steps.tag.outputs.tagnum }}/${{ steps.oss_package.outputs.p }} build/
tar zxvf build/build/${{ steps.oss_package.outputs.p }} -C build
tar zxvf build/${{ steps.oss_package.outputs.p }} -C build
d=`echo build/${{ steps.oss_package.outputs.p }} | sed 's/.tar.gz//'`
mv build/${d}/* build/.
<<<<<<< HEAD
Expand Down

0 comments on commit 2e2e261

Please sign in to comment.