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

View File

@ -33,7 +33,7 @@ jobs:
wget https://api.github.com/repos/${{github.repository}}/releases/tags/AutoUpdate -O API wget https://api.github.com/repos/${{github.repository}}/releases/tags/AutoUpdate -O API
- name: Upload API to Github Release - name: Upload API to Github Release
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@master
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./API file: ./API