Skip to content

Commit

Permalink
fix: add ls to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Oktay Alizada authored Feb 12, 2024
1 parent 6cac968 commit 9d206e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ jobs:
goos: windows
goarch: amd64
release_name: "${{ steps.release.outputs.tag_name }}"
pre_command: "curl https://aka.ms/downloadazcopy-v10-windows -o azcopy.zip"
pre_command: "curl https://aka.ms/downloadazcopy-v10-windows -o azcopy.zip && ls"
extra_files: "azcopy.zip"

0 comments on commit 9d206e0

Please sign in to comment.