We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba009a4 commit c7e5376Copy full SHA for c7e5376
2 files changed
.github/workflows/test_apptainer.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Pack logs
31
if: success() || failure()
32
shell: bash -el {0}
33
- run: tar czf logs.tar.gz .test/logs .snakemake/log
+ run: tar czf logs.tar.gz logs .snakemake/log
34
- name: Upload logs file
35
36
uses: actions/upload-artifact@v4
.github/workflows/test_v9.yml
0 commit comments