We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b977b00 commit 8d8f55aCopy full SHA for 8d8f55a
1 file changed
.github/workflows/build.yml
@@ -280,7 +280,6 @@ jobs:
280
- name: Pack artifacts
281
if: ${{ github.event_name == 'schedule' || github.event.inputs.create_release == 'true' }}
282
run: |
283
- cp "C:\TheRock\build\bin\amdhip64_7.dll" ".\build\bin\"
284
7z a sd-${{ env.BRANCH_NAME }}-${{ steps.commit.outputs.short }}-bin-win-rocm-${{ env.ROCM_VERSION }}-x64.zip .\build\bin\*
285
286
- name: Upload artifacts
0 commit comments