mirror of
https://github.com/zeke-chin/cursor-api.git
synced 2025-09-26 19:51:11 +08:00
update: github workflow
This commit is contained in:
2
.github/workflows/build-rs-capi.yml
vendored
2
.github/workflows/build-rs-capi.yml
vendored
@@ -83,7 +83,7 @@ jobs:
|
||||
- name: Create Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
tag_name: v0.1.4
|
||||
tag_name: ${{ github.ref_name }}
|
||||
files: artifacts/**/* # 修改为包含所有下载的构建产物
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Reference in New Issue
Block a user