We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6baf7d commit 7dcf7ebCopy full SHA for 7dcf7eb
.github/workflows/main.yml
@@ -34,7 +34,7 @@ jobs:
34
run: |
35
gmake -j CXX=g++-${{matrix.compiler}} CC=gcc-${{matrix.compiler}} STATIC_LINK=true
36
- name: tar artifacts
37
- run: tar -cvf vclust.tar ./vclust.py ./test.py ./example ./bin/kmer-db ./bin/lz-ani ./bin/clusty ./bin/multi-fasta-split
+ run: tar -cvf vclust.tar ./vclust.py ./test.py ./example ./bin/kmer-db ./bin/lz-ani ./bin/clusty ./bin/mfasta-tool
38
39
- uses: actions/upload-artifact@v4
40
with:
0 commit comments