Skip to content

Commit 18aa541

Browse files
authored
Update zip path for packaging application
1 parent 2df49f9 commit 18aa541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/manual-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
3030
- name: Package application
3131
run: |
32-
zip -r OpenpilotToolkit-${{ github.event.inputs.version }}.zip OpenpilotToolkit/bin/Release/net10.0-windows/win-x64/
32+
zip -r OpenpilotToolkit-${{ github.event.inputs.version }}.zip OpenpilotToolkit/bin/Release/net10.0-windows10.0.19041/win-x64/
3333
3434
- name: Create GitHub Release
3535
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)