Skip to content

Commit c7e5376

Browse files
committed
ci: update logs folder
1 parent ba009a4 commit c7e5376

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test_apptainer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Pack logs
3131
if: success() || failure()
3232
shell: bash -el {0}
33-
run: tar czf logs.tar.gz .test/logs .snakemake/log
33+
run: tar czf logs.tar.gz logs .snakemake/log
3434
- name: Upload logs file
3535
if: success() || failure()
3636
uses: actions/upload-artifact@v4

.github/workflows/test_v9.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Pack logs
3131
if: success() || failure()
3232
shell: bash -el {0}
33-
run: tar czf logs.tar.gz .test/logs .snakemake/log
33+
run: tar czf logs.tar.gz logs .snakemake/log
3434
- name: Upload logs file
3535
if: success() || failure()
3636
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)