Skip to content

Commit d6a14f2

Browse files
committed
Force Appveyor
1 parent b4358fb commit d6a14f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

appveyor.yml

+3
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ build_script:
4747
aws s3 cp $setup s3://dronekit-assets/installers/dronekit-windows-$env:APPVEYOR_REPO_TAG_NAME.exe --acl public-read
4848
aws s3 cp $setup s3://dronekit-assets/installers/dronekit-windows-latest.exe --acl public-read
4949
} 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+$')
5053
echo "Skipping publishing installer on non-tag."
5154
}
5255

0 commit comments

Comments
 (0)