From 1bf31c91b66dc64f0ba9883ae220e630941593f0 Mon Sep 17 00:00:00 2001 From: GreemDev Date: Tue, 3 Jun 2025 04:56:13 -0500 Subject: [PATCH] checkout code before trying to get the current repo's commit lol --- .github/workflows/debug_release.yml | 2 ++ .github/workflows/release.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/debug_release.yml b/.github/workflows/debug_release.yml index f735e2274..77f8e7a14 100644 --- a/.github/workflows/debug_release.yml +++ b/.github/workflows/debug_release.yml @@ -199,6 +199,8 @@ jobs: - macos_release - release steps: + - uses: actions/checkout@v4 + - name: Get version info id: version_info run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 184df618a..b07534ee4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -272,6 +272,8 @@ jobs: - macos_release - release steps: + - uses: actions/checkout@v4 + - name: Get version info id: version_info run: |