Skip to content

Commit

Permalink
Own artifact name for _noAVX
Browse files Browse the repository at this point in the history
  • Loading branch information
adamant-pwn authored Oct 8, 2024
1 parent cebb02c commit f2f320f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
if: ${{ matrix.build_static == 'ON' && matrix.compiler == 'g++-11' }}
uses: actions/upload-artifact@v4
with:
name: metagraph_${{ matrix.alphabet }}_linux_x86
name: metagraph_${{ matrix.alphabet }}${{ matrix.with_avx == 'OFF' && '_noAVX' || '' }}_linux_x86
path: metagraph/build/metagraph_${{ matrix.alphabet }}${{ matrix.with_avx == 'OFF' && '_noAVX' || '' }}

- name: run unit tests
Expand Down

0 comments on commit f2f320f

Please sign in to comment.