Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer committed Sep 27, 2023
1 parent f985c39 commit 4f30741
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pathogen-repo-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ on:
Defaults to the root of the workflow repo.
Directory string must not end in a slash.
type: string
default: ${{ github.workspace }}
default: "."
required: false

artifact-name:
Expand Down Expand Up @@ -255,8 +255,8 @@ jobs:
with:
name: ${{ inputs.artifact-name }}-${{ matrix.runtime }}
path: |
./${{ inputs.build-dir }}/auspice/
./${{ inputs.build-dir }}/results/
./${{ inputs.build-dir }}/benchmarks/
./${{ inputs.build-dir }}/logs/
./${{ inputs.build-dir }}/.snakemake/log/
${{ inputs.build-dir }}/auspice/
${{ inputs.build-dir }}/results/
${{ inputs.build-dir }}/benchmarks/
${{ inputs.build-dir }}/logs/
${{ inputs.build-dir }}/.snakemake/log/

0 comments on commit 4f30741

Please sign in to comment.