Skip to content

Commit 6803535

Browse files
authored
Merge pull request #110 from game1024/release/v1.7
fix path of package.data directory
2 parents 43cd614 + 547a325 commit 6803535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
7171
- name: Package installer
7272
run: |
73-
Copy-Item -Path "signed-artifacts/*" -Destination "installer/packages/data/" -Recurse -Force
73+
Copy-Item -Path "signed-artifacts/*" -Destination "installer/packages/com.openspeedy.app/data/" -Recurse -Force
7474
binarycreator.exe -c installer\config\config.xml -p packages OpenSpeedy-${{ github.event.inputs.version }}-installer.exe
7575
7676

0 commit comments

Comments
 (0)