From 98490455c7fd5d7699a612dfcf0f92c79d79be4d Mon Sep 17 00:00:00 2001 From: chrislu Date: Sun, 16 Nov 2025 18:48:24 -0800 Subject: [PATCH] logs --- .github/workflows/test-s3-over-https-using-awscli.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-s3-over-https-using-awscli.yml b/.github/workflows/test-s3-over-https-using-awscli.yml index 9c616bd24..a0279c42a 100644 --- a/.github/workflows/test-s3-over-https-using-awscli.yml +++ b/.github/workflows/test-s3-over-https-using-awscli.yml @@ -93,6 +93,7 @@ jobs: echo "=========================================" echo "SeaweedFS Server Logs" echo "=========================================" + # Note: weed.log is relative to working-directory (weed/) if [ -f weed.log ]; then cat weed.log else @@ -104,5 +105,6 @@ jobs: uses: actions/upload-artifact@v5 with: name: seaweedfs-logs + # Note: actions don't use defaults.run.working-directory, so path is relative to workspace root path: weed/weed.log retention-days: 3