Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Oktay Alizada authored Feb 13, 2024
1 parent 074dace commit 7217e2f
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 @@ -59,5 +59,5 @@ jobs:
goos: windows
goarch: amd64
release_name: "${{ steps.release.outputs.tag_name }}"
pre_command: "wget https://aka.ms/downloadazcopy-v10-windows -O azcopy.zip && wget https://aka.ms/installazurecliwindowsx64 -O azcli.msi && unzip azcopy.zip target-dir/ && ls -la"
pre_command: "wget https://aka.ms/downloadazcopy-v10-windows -O azcopy.zip && wget https://aka.ms/installazurecliwindowsx64 -O azcli.msi && sudo apt-get install -y unzip && unzip azcopy.zip target-dir/ && ls -la"
extra_files: azcli.msi

0 comments on commit 7217e2f

Please sign in to comment.