Skip to content

Commit

Permalink
update name.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Aug 16, 2024
1 parent d03ebb5 commit 66510d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows-dependencies.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Windows Release Dependencies"
name: "Embedded Windows Release Dependencies"
on:
workflow_dispatch:
inputs:
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
artifacts: "./windows_python_deps.zip"
token: ${{ secrets.GITHUB_TOKEN }}
tag_name: windows-deps-cu${{ inputs.cu }}-py${{ inputs.python_minor }}.${{ inputs.python_patch }}-${{ github.run_number }}
name: Embeded Windows Dependencies CUDA ${{ inputs.cu }} Python ${{ inputs.python_minor }}.${{ inputs.python_patch }} (Build ${{ github.run_number }})
name: Embedded Windows Dependencies CUDA ${{ inputs.cu }} Python ${{ inputs.python_minor }}.${{ inputs.python_patch }} (Build ${{ github.run_number }})
body: |
Windows dependencies for CUDA ${{ inputs.cu }} and Python ${{ inputs.python_minor }}.${{ inputs.python_patch }}
Expand Down

0 comments on commit 66510d5

Please sign in to comment.