diff --git a/.github/workflows/build_windows_packages.yaml b/.github/workflows/build_windows_packages.yaml index c2bd115d..0fa7515d 100644 --- a/.github/workflows/build_windows_packages.yaml +++ b/.github/workflows/build_windows_packages.yaml @@ -20,4 +20,4 @@ jobs: - name: Run Build and Upload Script shell: pwsh - run: ./build-and-upload.ps1 \ No newline at end of file + run: ./github/build-and-upload.ps1 \ No newline at end of file