diff options
author | crupest <crupest@outlook.com> | 2018-11-06 19:47:43 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2018-11-06 19:47:43 +0800 |
commit | 1e93cde5d254eb21e8cdfb27c51c7488fa39dd60 (patch) | |
tree | 45372130348a1b87e143ed850c1cd9890742b4d9 /azure-pipelines.yml | |
parent | a9fd70829c095e900c08f75d9cd48f6d21543135 (diff) | |
download | cru-1e93cde5d254eb21e8cdfb27c51c7488fa39dd60.tar.gz cru-1e93cde5d254eb21e8cdfb27c51c7488fa39dd60.tar.bz2 cru-1e93cde5d254eb21e8cdfb27c51c7488fa39dd60.zip |
Rename artifact name.
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 23af98e0..c41d6b43 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -26,4 +26,4 @@ steps: - task: PublishBuildArtifacts@1 inputs: pathToPublish: '$(build.artifactStagingDirectory)' - artifactName: 'apk' + artifactName: 'executables' |