Skip to content

Commit

Permalink
Fix makerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDorier committed May 27, 2021
1 parent c5fee26 commit bd6e0d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Build/CI/makerelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ DIRECTORY_NAME="dist-$GITHUB_RUN_ID"
wget -O azcopy.tar.gz https://aka.ms/downloadazcopy-v10-linux
tar -xf azcopy.tar.gz --strip-components=1
mkdir -p dist
sudo chmod +x ./azcopy
./azcopy cp "https://$AZURE_ACCOUNT_NAME.blob.core.windows.net/$AZURE_STORAGE_CONTAINER/$DIRECTORY_NAME/*" "dist"

release="$(cat Build/RELEASE.md)"
Expand Down

0 comments on commit bd6e0d0

Please sign in to comment.