mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-26 08:18:18 +00:00
fix artifacts upload error
This commit is contained in:
@@ -369,10 +369,10 @@ jobs:
|
||||
echo "ossutil2 installation completed"
|
||||
|
||||
# Set the OSS configuration
|
||||
ossutil config set Region oss-cn-beijing
|
||||
ossutil config set endpoint oss-cn-beijing.aliyuncs.com
|
||||
ossutil config set accessKeyID ${{ secrets.ALICLOUDOSS_KEY_ID }}
|
||||
ossutil config set accessKeySecret ${{ secrets.ALICLOUDOSS_KEY_SECRET }}
|
||||
# ossutil config set Region oss-cn-beijing
|
||||
# ossutil config set endpoint oss-cn-beijing.aliyuncs.com
|
||||
# ossutil config set accessKeyID ${{ secrets.ALICLOUDOSS_KEY_ID }}
|
||||
# ossutil config set accessKeySecret ${{ secrets.ALICLOUDOSS_KEY_SECRET }}
|
||||
|
||||
- name: Upload to Aliyun OSS
|
||||
if: startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main'
|
||||
|
||||
Reference in New Issue
Block a user