Skip to content

Commit 6cac010

Browse files
committed
Rearrange to allow binaries been kept
1 parent d9c7544 commit 6cac010

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/t-extend-download-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
unzip -qq -d ${{package.unpack_location}} ${{package.download_location}}
3737
chmod -R u+x ${{package.unpack_location}}
3838
39-
ls -ltr ${{package.download_location}}
39+
ls -ltr ${{package.unpack_location}}
4040
4141
displayName: 'Unzip ${{package.name}}'
4242

0 commit comments

Comments
 (0)