更新上传文件名以匹配特定格式

This commit is contained in:
shenjack 2024-02-25 12:46:49 +08:00
parent e14ffbddb4
commit aa641b4b82
Signed by: shenjack
GPG Key ID: 7B1134A979775551

View File

@ -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