Skip to content

Commit 0a1d53a

Browse files
authored
Make output directory path instead of file?
1 parent 5371d63 commit 0a1d53a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cloud_tests_full.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
{
3636
"hook_url": "${{ secrets.MEGATESTS_ALERTS_SLACK_HOOK_URL }}",
3737
"aligner": "${{ matrix.aligner }}",
38-
"outdir": "${{ secrets.TOWER_BUCKET_AWS }}/rnaseq/results-${{ github.sha }}/aligner_${{ matrix.aligner }}"
38+
"outdir": "${{ secrets.TOWER_BUCKET_AWS }}/rnaseq/results-${{ github.sha }}/aligner_${{ matrix.aligner }}/"
3939
}
4040
- uses: actions/upload-artifact@v3
4141
with:
@@ -60,7 +60,7 @@ jobs:
6060
{
6161
"hook_url": "${{ secrets.MEGATESTS_ALERTS_SLACK_HOOK_URL }}",
6262
"aligner": "${{ matrix.aligner }}",
63-
"outdir": "${{ secrets.TOWER_BUCKET_GCP }}/rnaseq/results-${{ github.sha }}/aligner_${{ matrix.aligner }}"
63+
"outdir": "${{ secrets.TOWER_BUCKET_GCP }}/rnaseq/results-${{ github.sha }}/aligner_${{ matrix.aligner }}/"
6464
}
6565
- uses: actions/upload-artifact@v3
6666
with:
@@ -85,7 +85,7 @@ jobs:
8585
{
8686
"hook_url": "${{ secrets.MEGATESTS_ALERTS_SLACK_HOOK_URL }}",
8787
"aligner": "${{ matrix.aligner }}",
88-
"outdir": "${{ secrets.TOWER_BUCKET_AZURE }}/rnaseq/results-${{ github.sha }}/aligner_${{ matrix.aligner }}",
88+
"outdir": "${{ secrets.TOWER_BUCKET_AZURE }}/rnaseq/results-${{ github.sha }}/aligner_${{ matrix.aligner }}/",
8989
"igenomes_base": "${{ secrets.TOWER_IGENOMES_BASE_AZURE }}"
9090
}
9191
- uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)