From 441ba37c6fb7439143594e1f057d70e47c14e464 Mon Sep 17 00:00:00 2001 From: csd4ni3l Date: Sun, 18 May 2025 16:44:05 +0200 Subject: [PATCH] Fix nuitka action releasing not checking out the repo --- .github/workflows/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c990641..4a57890 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -59,6 +59,11 @@ jobs: needs: build runs-on: ubuntu-latest steps: + - name: Checkout repository + uses: actions/checkout@v4 + with: + fetch-depth: 1 + - name: Download All Zipped Builds uses: actions/download-artifact@v4 with: