Fixed artifacts in AppVeyor YML ?

This commit is contained in:
Mark van Renswoude 2021-06-09 08:42:48 +02:00
parent 96a71d6dcd
commit e3d4b2a82d
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,8 @@ deploy:
provider: GitHub
auth_token:
secure: fPvma5Dn9PV65Juan1Lx9AcxoGwLSRIxSjYZGZ46EvI8QoXEUGH0T0fnJDYF5vbM
artifact: /Windows\\Release\\MassiveKnobSetup-.*\.exe/
artifacts:
- path: 'Windows\Release\MassiveKnobSetup-*.exe'
draft: false
prerelease: false
on: