fix artifacts upload error

This commit is contained in:
loverustfs
2025-07-02 13:53:11 +08:00
committed by GitHub
parent 830d2b8df5
commit 8d30e68284
+4 -4
View File
@@ -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'