From d0be16a8cb6d019806b72c463f6a6973870ccf73 Mon Sep 17 00:00:00 2001 From: xopenwrt <98641952+xopenwrt@users.noreply.github.com> Date: Wed, 26 Nov 2025 19:15:12 +0800 Subject: [PATCH] Test upload --- .github/workflows/Module-Refresh_API.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/Module-Refresh_API.yml b/.github/workflows/Module-Refresh_API.yml index f36463a..0778bf6 100644 --- a/.github/workflows/Module-Refresh_API.yml +++ b/.github/workflows/Module-Refresh_API.yml @@ -40,3 +40,12 @@ 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 }} \ No newline at end of file