update
This commit is contained in:
parent
bff723d35c
commit
225c014e56
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue