Skip to content

Commit

Permalink
Update release-to-storage.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
volllly committed Jan 8, 2024
1 parent e78956e commit 99229bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines/templates/release-to-storage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ steps:
artifactName: 'drop'
downloadPath: '$(System.ArtifactsDirectory)/drop'

- task: AzureFileCopy@5
- task: AzureFileCopy@2
displayName: 'Upload to blob storage'
inputs:
SourcePath: '$(System.ArtifactsDirectory)/drop/${{ parameters.package }}.*.apk'
Expand Down

0 comments on commit 99229bd

Please sign in to comment.