1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-09-27 03:53:00 +02:00

changing the ls command to the artifacts directory

This commit is contained in:
Joseph Flinn 2020-12-15 15:39:08 +00:00
parent 026392d4a1
commit 462b49daa3

View File

@ -10,7 +10,7 @@ steps:
userRepository: joseph-flinn/desktop
displayName: 'git release artifacts'
- script: ls -alh
- script: ls -alh $(System.ArtifactsDirectory)
displayName: 'show artifacts'
- script: |