Skip to content

Commit

Permalink
💚 Artifact better name
Browse files Browse the repository at this point in the history
  • Loading branch information
lmtani committed Dec 18, 2023
1 parent f500b64 commit 4094d30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: miniwdl-command
name: ${{ matrix.tag }}-command
path: /tmp/ci/**/command

release:
Expand Down
2 changes: 1 addition & 1 deletion tasks/happy/happy.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ task HAPPY {
~{query_vcf} \
~{"--reference " + fasta} \
~{"--threads " + cpus} \
~{"--R " + regions_bed } \
~{"--T " + targets_bed } \
~{"--R " + regions_bed } \
~{"--false-positives " + false_positives_bed} \
~{"--stratification " + stratification_tsv} \
-o ~{prefix}
Expand Down

0 comments on commit 4094d30

Please sign in to comment.