Skip to content

Commit

Permalink
添加更新检测
Browse files Browse the repository at this point in the history
  • Loading branch information
laoxinH committed Jun 12, 2024
1 parent 82267c7 commit f442267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.MOD_TEST }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: update/${{ steps.get_filename.outputs.filename }}
asset_path: ${{ steps.get_filename.outputs.filename }}
asset_name: ${{ steps.get_filename.outputs.filename }}
asset_content_type: application/octet-stream

0 comments on commit f442267

Please sign in to comment.