This commit is contained in:
xopenwrt 2025-11-25 23:43:05 +08:00 committed by GitHub
parent 225c014e56
commit d5ab5a6b2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ jobs:
wget https://api.github.com/repos/${{github.repository}}/releases/tags/AutoUpdate -O API
- name: Upload API to Github Release
uses: svenstaro/upload-release-action@master
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./API
@ -42,7 +42,7 @@ jobs:
overwrite: true
- name: Upload API to Github SharePoint
uses: xopenwrt/s3-upload-github-action@0.1.4
uses: xopenwrt/s3-upload-github-action@master
env:
FILE: ./API
S3_ENDPOINT: 's3.openwrt.115115.xyz'