Skip to content

Commit

Permalink
Differentiating between arm64 and x86 wheel's name (#3165)
Browse files Browse the repository at this point in the history
  • Loading branch information
lidongze0629 committed Sep 1, 2023
1 parent 20be508 commit 8950371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-graphscope-wheels-linux.yml
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: wheel-${{ github.sha }}
name: wheel-arm64-${{ github.sha }}
path: |
client.tar.gz
graphscope.tar.gz
Expand Down

0 comments on commit 8950371

Please sign in to comment.