We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9c7544 commit 6cac010Copy full SHA for 6cac010
1 file changed
templates/t-extend-download-binaries.yml
@@ -36,7 +36,7 @@ jobs:
36
unzip -qq -d ${{package.unpack_location}} ${{package.download_location}}
37
chmod -R u+x ${{package.unpack_location}}
38
39
- ls -ltr ${{package.download_location}}
+ ls -ltr ${{package.unpack_location}}
40
41
displayName: 'Unzip ${{package.name}}'
42
0 commit comments