This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push: new 1f15ad2 Need unique name for log files else they overwrite each other 1f15ad2 is described below commit 1f15ad2a0e3a98755cc95860a6f75b06900a9da8 Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu May 27 08:40:18 2021 +0100 Need unique name for log files else they overwrite each other --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3079ef..8ae5eb4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,6 +50,6 @@ jobs: - name: Upload logs uses: actions/upload-artifact@v2 with: - name: logs + name: JDK${{ matrix.java }}-${{ matrix.os }}-logs path: output/build/logs/TEST*.txt retention-days: 7 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org