We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20be508 commit 8950371Copy full SHA for 8950371
.github/workflows/build-graphscope-wheels-linux.yml
@@ -67,7 +67,7 @@ jobs:
67
- name: Upload Artifact
68
uses: actions/upload-artifact@v3
69
with:
70
- name: wheel-${{ github.sha }}
+ name: wheel-arm64-${{ github.sha }}
71
path: |
72
client.tar.gz
73
graphscope.tar.gz
0 commit comments