Skip to content

Commit 8950371

Browse files
authored
Differentiating between arm64 and x86 wheel's name (#3165)
1 parent 20be508 commit 8950371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-graphscope-wheels-linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Upload Artifact
6868
uses: actions/upload-artifact@v3
6969
with:
70-
name: wheel-${{ github.sha }}
70+
name: wheel-arm64-${{ github.sha }}
7171
path: |
7272
client.tar.gz
7373
graphscope.tar.gz

0 commit comments

Comments
 (0)