Test
This commit is contained in:
parent
d0be16a8cb
commit
732b5f3844
|
|
@ -31,6 +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
|
||||
|
|
@ -44,7 +45,7 @@ jobs:
|
|||
- name: Upload API to Github SharePoint
|
||||
uses: xopenwrt/s3-upload-github-action@master
|
||||
env:
|
||||
FILE: ./API
|
||||
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 }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue