Skip to content

Commit 8491c54

Browse files
authored
Merge pull request #253 from onur/revert-actifact-name
Revert artifact names
2 parents ee3ec68 + 022b999 commit 8491c54

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
displayName: 'Copy build'
6363
- task: PublishBuildArtifacts@1
6464
inputs:
65-
artifactName: docsrs-$(containerResource)-$(Build.SourceVersion)_amd64
65+
artifactName: $(containerResource)
6666
displayName: 'Upload artifacts'
6767

6868

@@ -78,11 +78,11 @@ jobs:
7878
- checkout: none
7979
- task: DownloadBuildArtifacts@0
8080
inputs:
81-
artifactName: docsrs-debian-jessie-$(Build.SourceVersion)_amd64
81+
artifactName: debian-jessie
8282
downloadPath: $(System.DefaultWorkingDirectory)
8383
- task: DownloadBuildArtifacts@0
8484
inputs:
85-
artifactName: docsrs-debian-stretch-$(Build.SourceVersion)_amd64
85+
artifactName: debian-stretch
8686
downloadPath: $(System.DefaultWorkingDirectory)
8787
- task: DownloadSecureFile@1
8888
inputs:

0 commit comments

Comments
 (0)