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 40e2a73 + 18dba3d commit ff05810Copy full SHA for ff05810
.github/workflows/release.yml
@@ -124,13 +124,13 @@ jobs:
124
uses: actions-rs/cargo@v1
125
with:
126
command: wix
127
- args: --nocapture --output target\wix\volta-windows.msi
+ args: --nocapture --package volta --output target\wix\volta-windows.msi
128
- name: Load Certificate File
129
id: certificate_file
130
if: github.event_name == 'push'
131
uses: timheuer/base64-to-file@v1
132
133
- fileName: 'volta-certificate.pfx'
+ fileName: "volta-certificate.pfx"
134
encodedString: ${{ secrets.INSTALLER_CERTIFICATE }}
135
- name: Sign Installer
136
wix/License.rtf
-1 Bytes
0 commit comments