Skip to content

Commit 475a797

Browse files
committed
wip
1 parent bdadd2d commit 475a797

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
if: startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main'
4343
shell: bash
4444
run: |
45-
echo "::group::Installing ossutil2"
45+
echo "Installing ossutil2"
4646
curl -o ossutil.zip https://gosspublic.alicdn.com/ossutil/v2/2.1.1/ossutil-2.1.1-linux-amd64.zip
4747
unzip -o ossutil.zip
4848
chmod 755 ossutil-2.1.1-linux-amd64/ossutil
@@ -51,12 +51,6 @@ jobs:
5151
5252
echo "ossutil2 installation completed"
5353
54-
# Set the OSS configuration
55-
ossutil config set Region oss-cn-beijing
56-
ossutil config set endpoint oss-cn-beijing.aliyuncs.com
57-
ossutil config set accessKeyID ${{ secrets.ALICLOUDOSS_KEY_ID }}
58-
ossutil config set accessKeySecret ${{ secrets.ALICLOUDOSS_KEY_SECRET }}
59-
6054
- name: Upload to Aliyun OSS
6155
# if: startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main'
6256
shell: bash

0 commit comments

Comments
 (0)