diff --git a/.github/workflows/Module-Refresh_API.yml b/.github/workflows/Module-Refresh_API.yml index 0778bf6..f36463a 100644 --- a/.github/workflows/Module-Refresh_API.yml +++ b/.github/workflows/Module-Refresh_API.yml @@ -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 }} \ No newline at end of file diff --git a/.github/workflows/X-x86_64_Z.yml b/.github/workflows/X-x86_64_Z.yml index 4513b4a..9fc9def 100644 --- a/.github/workflows/X-x86_64_Z.yml +++ b/.github/workflows/X-x86_64_Z.yml @@ -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'