Skip to content

Commit 18dba3d

Browse files
committed
Update the Windows release to include the package and proper license
1 parent 1d93d3a commit 18dba3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,13 @@ jobs:
124124
uses: actions-rs/cargo@v1
125125
with:
126126
command: wix
127-
args: --nocapture --output target\wix\volta-windows.msi
127+
args: --nocapture --package volta --output target\wix\volta-windows.msi
128128
- name: Load Certificate File
129129
id: certificate_file
130130
if: github.event_name == 'push'
131131
uses: timheuer/base64-to-file@v1
132132
with:
133-
fileName: 'volta-certificate.pfx'
133+
fileName: "volta-certificate.pfx"
134134
encodedString: ${{ secrets.INSTALLER_CERTIFICATE }}
135135
- name: Sign Installer
136136
if: github.event_name == 'push'

wix/License.rtf

-1 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)