Skip to content

Commit

Permalink
[CI] Fix artifact upload for multi-builds on same host cases. (#3695)
Browse files Browse the repository at this point in the history
  • Loading branch information
fkouteib authored Apr 19, 2024
1 parent 72555ff commit a146363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/llvm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ jobs:
with:
name: llvm-${{ matrix.config.target-os }}-${{ matrix.config.arch }}
path: |
${{ github.workspace }}/llvm-*.tar.gz
${{ github.workspace }}/llvm-*-${{ matrix.config.target-os }}-${{ matrix.config.arch }}.tar.gz
- name: Azure Login
if: ${{ (github.repository == 'openai/triton') }}
Expand Down

0 comments on commit a146363

Please sign in to comment.