mirror of
http://shenjack.top:5100/shenjack/icalingua-python-bot.git
synced 2024-11-23 04:31:05 +08:00
更新上传文件名以匹配特定格式
This commit is contained in:
parent
e14ffbddb4
commit
aa641b4b82
3
.github/workflows/builds.yml
vendored
3
.github/workflows/builds.yml
vendored
|
@ -39,6 +39,5 @@ jobs:
|
|||
- name: 上传
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
# ica-rs-{version}-{build-count}.exe
|
||||
name: ica-rs-${{ steps.get_version.outputs.value }}-${{ github.run_number }}
|
||||
name: ica-rs-b${{ github.run_number }}-${{ steps.get_version.outputs.value }}-py38-win-x64
|
||||
path: ./target/release/ica-rs.exe
|
||||
|
|
Loading…
Reference in New Issue
Block a user