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 }}
+4 -4
View File
@@ -301,7 +301,7 @@ jobs:
echo SP_LEGACY_VHDX=$(echo $SP_LEGACY_VHDX) >> $GITHUB_ENV
- name: 1 Upload SP_UEFI_VMDK to SharePoint
uses: koraykoska/s3-upload-github-action@master
uses: xopenwrt/s3-upload-github-action@master
env:
FILE: ./openwrt/bin/Firmware/${{ env.SP_UEFI_IMG_GZ }}
S3_ENDPOINT: 's3.openwrt.115115.xyz'
@@ -310,7 +310,7 @@ jobs:
S3_SECRET_ACCESS_KEY: ${{ secrets.S3_SECRET_ACCESS_KEY }}
- name: 2 Upload SP_UEFI_VMDK to SharePoint
uses: koraykoska/s3-upload-github-action@master
uses: xopenwrt/s3-upload-github-action@master
env:
FILE: ./openwrt/bin/Firmware/${{ env.SP_UEFI_VMDK }}
S3_ENDPOINT: 's3.openwrt.115115.xyz'
@@ -341,7 +341,7 @@ jobs:
# file: openwrt/bin/Firmware/${{ env.SP_UEFI_VHDX }}
- name: 5 Upload SP_LEGACY_IMG_GZ to SharePoint
uses: koraykoska/s3-upload-github-action@master
uses: xopenwrt/s3-upload-github-action@master
env:
FILE: ./openwrt/bin/Firmware/${{ env.SP_LEGACY_IMG_GZ }}
S3_ENDPOINT: 's3.openwrt.115115.xyz'
@@ -350,7 +350,7 @@ jobs:
S3_SECRET_ACCESS_KEY: ${{ secrets.S3_SECRET_ACCESS_KEY }}
- name: 6 Upload SP_LEGACY_VMDK to SharePoint
uses: koraykoska/s3-upload-github-action@master
uses: xopenwrt/s3-upload-github-action@master
env:
FILE: ./openwrt/bin/Firmware/${{ env.SP_LEGACY_VMDK }}
S3_ENDPOINT: 's3.openwrt.115115.xyz'