Skip to content

Commit

Permalink
feat: change yml
Browse files Browse the repository at this point in the history
  • Loading branch information
laoriy committed Dec 23, 2023
1 parent 15b7e77 commit 57aa194
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# 发布 Release
- name: Create Release
id: create_release
uses: actions/create-release@master
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
with:
Expand All @@ -48,7 +48,7 @@ jobs:
# 上传构建结果到 Release
- name: Upload Release Asset
id: upload-release-asset
uses: actions/upload-release-asset@master
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
with:
Expand Down

0 comments on commit 57aa194

Please sign in to comment.