From 39ce25cf7a7b5a94645b0e168fcf873672bf8744 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edouard=20Choini=C3=A8re?= <27212526+echoix@users.noreply.github.com> Date: Sat, 28 Sep 2024 20:56:56 +0000 Subject: [PATCH] CI: Download and parse version file append relative --- .github/workflows/milestones.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/milestones.yml b/.github/workflows/milestones.yml index ee8d459f28f..8495598c2a0 100644 --- a/.github/workflows/milestones.yml +++ b/.github/workflows/milestones.yml @@ -57,7 +57,7 @@ jobs: gh api \ -H "Accept: application/vnd.github.raw" \ -H "X-GitHub-Api-Version: 2022-11-28" \ - "/repos/{owner}/{repo}/contents/include/VERSION" >> include/VERSION + "/repos/{owner}/{repo}/contents/include/VERSION" >> ./include/VERSION env: GH_TOKEN: ${{ github.token }} GH_REPO: ${{ github.repository }}