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: