Task: Fixed artifact name for windows in sandbox clinic for build in github actions

This commit is contained in:
Sambo Chea 2021-08-09 14:28:27 +07:00
parent b4c173759c
commit b235b7994f

View File

@ -33,10 +33,10 @@ linux:
- target: AppImage
win:
artifactName: ${name}-${version}-windows-${arch}.${ext}
artifactName: ${name}-${version}-windows-${arch}-${env.ARTIFACT_NAME_POSTFIX}.${ext}
icon: ./assets/images/icon.ico
target:
- { target: nsis }
nsis:
artifactName: ${name}-${version}-${arch}.${ext}
artifactName: ${name}-${version}-nsis-${arch}-${env.ARTIFACT_NAME_POSTFIX}.${ext}