From a2660883bd2fc8aec61914f30858c8c8a388446d Mon Sep 17 00:00:00 2001 From: Mathieu Broillet Date: Fri, 30 Aug 2024 12:25:22 +0200 Subject: [PATCH] update build workflow --- .github/workflows/build-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 62e2b99..a19c0eb 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -11,6 +11,8 @@ jobs: pyinstaller-build: runs-on: ubuntu-latest steps: + - name: Checkout repository + uses: actions/checkout@v4 - name: Create Executable uses: sayyid5416/pyinstaller@v1 with: