Skip to content

Commit 3bdca9f

Browse files
committed
Fix BUILDTAG
1 parent 8b90117 commit 3bdca9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-wheels-release-rocm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
Write-Output "PACKAGE_VERSION=None" >> "$env:GITHUB_OUTPUT"
7777
}
7878
79-
BUILDTAG="+rocm$env:ROCM_VERSION"
79+
BUILDTAG="+rocm${{ env.ROCM_VERSION }}
8080
python3 -m build -n --wheel -C--build-option=egg_info "-C--build-option=--tag-build=$BUILDTAG"
8181
shell: pwsh
8282

.github/workflows/build-wheels-rocm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
6666
- name: Build Wheel
6767
run: |
68-
BUILDTAG="+rocm$env:ROCM_VERSION"
68+
BUILDTAG="+rocm${{ env.ROCM_VERSION }}
6969
python3 -m build -n --wheel -C--build-option=egg_info "-C--build-option=--tag-build=$BUILDTAG"
7070
7171
- uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)