We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4358fb commit d6a14f2Copy full SHA for d6a14f2
appveyor.yml
@@ -47,6 +47,9 @@ build_script:
47
aws s3 cp $setup s3://dronekit-assets/installers/dronekit-windows-$env:APPVEYOR_REPO_TAG_NAME.exe --acl public-read
48
aws s3 cp $setup s3://dronekit-assets/installers/dronekit-windows-latest.exe --acl public-read
49
} else {
50
+ echo $env:APPVEYOR_REPO_TAG
51
+ echo $env:APPVEYOR_REPO_TAG_NAME
52
+ Write-Host ($env:APPVEYOR_REPO_TAG_NAME -match '^v\d+\.\d+\.\d+$')
53
echo "Skipping publishing installer on non-tag."
54
}
55
0 commit comments