Test upload

This commit is contained in:
xopenwrt 2025-11-26 19:15:12 +08:00 committed by GitHub
parent e4a1159b3a
commit d0be16a8cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 0 deletions

View File

@ -40,3 +40,12 @@ jobs:
file_glob: true file_glob: true
tag: AutoUpdate tag: AutoUpdate
overwrite: true 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 }}