We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43cd614 + 547a325 commit 6803535Copy full SHA for 6803535
.github/workflows/package.yml
@@ -70,7 +70,7 @@ jobs:
70
71
- name: Package installer
72
run: |
73
- 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
74
binarycreator.exe -c installer\config\config.xml -p packages OpenSpeedy-${{ github.event.inputs.version }}-installer.exe
75
76
0 commit comments