diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index ca5681e..a717d72 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -70,7 +70,7 @@ jobs: - name: Package installer run: | - Copy-Item -Path "signed-artifacts/*" -Destination "installer/packages/data/" -Recurse -Force + Copy-Item -Path "signed-artifacts/*" -Destination "installer/packages/com.openspeedy.app/data/" -Recurse -Force binarycreator.exe -c installer\config\config.xml -p packages OpenSpeedy-${{ github.event.inputs.version }}-installer.exe