Skip to content

Commit 660af2f

Browse files
committed
ci: update log packing
1 parent c752e29 commit 660af2f

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/test_apptainer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
- name: Pack logs
3131
if: success() || failure()
3232
shell: bash -el {0}
33-
run: tar czf logs.tar.gz .test/output .snakemake/log
34-
- name: Upload output file
33+
run: tar czf logs.tar.gz .test/logs .snakemake/log
34+
- name: Upload logs file
3535
if: success() || failure()
3636
uses: actions/upload-artifact@v4
3737
with:

.github/workflows/test_v7.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
- name: Pack logs
3131
if: success() || failure()
3232
shell: bash -el {0}
33-
run: tar czf logs.tar.gz .test/output .snakemake/log
34-
- name: Upload output file
33+
run: tar czf logs.tar.gz .test/logs .snakemake/log
34+
- name: Upload logs file
3535
if: success() || failure()
3636
uses: actions/upload-artifact@v4
3737
with:

.github/workflows/test_v9.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
- name: Pack logs
3131
if: success() || failure()
3232
shell: bash -el {0}
33-
run: tar czf logs.tar.gz .test/output .snakemake/log
34-
- name: Upload output file
33+
run: tar czf logs.tar.gz .test/logs .snakemake/log
34+
- name: Upload logs file
3535
if: success() || failure()
3636
uses: actions/upload-artifact@v4
3737
with:

0 commit comments

Comments
 (0)