How about now?

This commit is contained in:
Mark van Renswoude 2021-06-09 08:44:35 +02:00
parent e3d4b2a82d
commit 439a8ad556
1 changed files with 4 additions and 2 deletions

View File

@ -22,12 +22,14 @@ configuration:
after_build:
- cmd: "\"C:\\Program Files (x86)\\Inno Setup 6\\ISCC.exe\" \"Windows\\Setup\\MassiveKnobSetup.iss\""
artifacts:
- path: 'Windows\Release\MassiveKnobSetup-*.exe'
deploy:
provider: GitHub
auth_token:
secure: fPvma5Dn9PV65Juan1Lx9AcxoGwLSRIxSjYZGZ46EvI8QoXEUGH0T0fnJDYF5vbM
artifacts:
- path: 'Windows\Release\MassiveKnobSetup-*.exe'
artifact: /Windows\\Release\\MassiveKnobSetup-.*\.exe/
draft: false
prerelease: false
on: