File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments