fix S3 upload bug

This commit is contained in:
xopenwrt
2025-11-25 23:45:29 +08:00
committed by GitHub
parent d5ab5a6b2c
commit a34b742edd
2 changed files with 4 additions and 13 deletions
-9
View File
@@ -40,12 +40,3 @@ jobs:
file_glob: true
tag: AutoUpdate
overwrite: true
- name: Upload API to Github SharePoint
uses: xopenwrt/s3-upload-github-action@master
env:
FILE: ./API
S3_ENDPOINT: 's3.openwrt.115115.xyz'
S3_BUCKET: ${{ secrets.S3_BUCKET }}
S3_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY_ID }}
S3_SECRET_ACCESS_KEY: ${{ secrets.S3_SECRET_ACCESS_KEY }}