diff --git a/.github/workflows/qt.yml b/.github/workflows/qt.yml index 256b465d..8b1600b7 100644 --- a/.github/workflows/qt.yml +++ b/.github/workflows/qt.yml @@ -53,7 +53,7 @@ jobs: if: steps.qt-cached.outputs.cache-hit != 'true' with: # The path to the file to write - path: "%APPDATA%\\Qt" + path: "%APPDATA%\\Qt\\qtaccount.ini" # The contents of the file contents: ${{ secrets.QTACCOUNT }}