From 3cc233eaea6f10a2c5e7886e4b231345ffcfbd69 Mon Sep 17 00:00:00 2001 From: Leon Wright Date: Tue, 28 May 2024 17:26:08 +0800 Subject: [PATCH] fix: Checkout for cli gh cli uses implied details from the .git file, adding the checkout so that these can be used for upload --- .github/workflows/build-tool-cache.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-tool-cache.yaml b/.github/workflows/build-tool-cache.yaml index 670daa0..1b3f925 100644 --- a/.github/workflows/build-tool-cache.yaml +++ b/.github/workflows/build-tool-cache.yaml @@ -18,6 +18,7 @@ jobs: - "3.11" - "3.12" steps: + - uses: actions/checkout@v4 - name: Setup Python uses: actions/setup-python@v5 with: