From 928d76b0b5f1ecd9a33e0b1565017057d1e6bf4b Mon Sep 17 00:00:00 2001 From: jcm <6864788+jcm93@users.noreply.github.com> Date: Wed, 29 Jan 2025 08:16:50 -0800 Subject: [PATCH] CI: Use CI source directory when generating description (#1802) Fixes the build. Verified to work here: https://github.com/jcm93/ares/actions/runs/13033850846 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cc33d72d3..8bc7302d0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: id: check run: | now=$(date +'%Y-%m-%d') - subject=$(git log -1 --pretty=%s) + subject=$(git -C src log -1 --pretty=%s) if [[ ${GITHUB_REF_NAME} == master ]]; then echo "tag=nightly" >> $GITHUB_OUTPUT