fix action upload

This commit is contained in:
xopenwrt 2025-11-26 19:34:44 +08:00 committed by GitHub
parent 732b5f3844
commit 4e37e8d084
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 11 deletions

View File

@ -31,8 +31,7 @@ jobs:
- name: Download Github Release API
run: |
wget https://api.github.com/repos/${{github.repository}}/releases/tags/AutoUpdate -O API
wget https://github.com/xopenwrt/X-OpenWrt-New/releases/download/AutoUpdate/AutoBuild-lede-x86_64-R25.10.10-20251125-BIOS-X-27da9.img.gz
- name: Upload API to Github Release
uses: svenstaro/upload-release-action@v2
with:
@ -41,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: ./AutoBuild-lede-x86_64-R25.10.10-20251125-BIOS-X-27da9.img.gz
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 }}