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