diff --git a/.github/workflows/build-configurator.yml b/.github/workflows/build-configurator.yml index 3b237726..f2d8f874 100644 --- a/.github/workflows/build-configurator.yml +++ b/.github/workflows/build-configurator.yml @@ -30,10 +30,10 @@ jobs: uses: actions/upload-artifact@v4 with: name: Linux Configurator - path: /home/runner/work/RetroDECK_UK/RetroDECK_UK/linux.zip + path: /home/runner/work/linux.zip - name: Upload Windows artifact uses: actions/upload-artifact@v4 with: name: Windows Configurator - path: /home/runner/work/RetroDECK_UK/RetroDECK_UK/windows.zip \ No newline at end of file + path: /home/runner/work/windows.zip \ No newline at end of file