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