We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a55e79f commit e3e02edCopy full SHA for e3e02ed
.github/workflows/deployment.yml
@@ -60,7 +60,7 @@ jobs:
60
61
- name: Build .msi Package (Windows)
62
if: contains(matrix.os, 'windows')
63
- run: cargo wix --features self_update
+ run: cargo wix
64
65
# Compress for Linux Binary
66
- name: Compress Output (Linux Binary)
0 commit comments