File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ jobs:
2424 cp "d2-${D2_VERSION}/bin/d2" d2_python/bin/linux/d2-bin
2525
2626 # Windows
27- curl -L "https://github.com/terrastruct/d2/releases/download/${D2_VERSION}/d2-${D2_VERSION}-windows-amd64.zip " -o windows.zip
27+ curl -L "https://github.com/terrastruct/d2/releases/download/${D2_VERSION}/d2-${D2_VERSION}-windows-amd64.tar.gz " -o windows.zip
2828 unzip windows.zip
2929 cp "d2-${D2_VERSION}-windows-amd64/d2.exe" d2_python/bin/win32/d2-bin.exe
3030
3131 # MacOS
32- curl -L "https://github.com/terrastruct/d2/releases/download/${D2_VERSION}/d2-${D2_VERSION}-darwin -amd64.tar.gz" -o darwin.tar.gz
32+ curl -L "https://github.com/terrastruct/d2/releases/download/${D2_VERSION}/d2-${D2_VERSION}-macos -amd64.tar.gz" -o darwin.tar.gz
3333 tar xzf darwin.tar.gz
3434 cp "d2-${D2_VERSION}/bin/d2" d2_python/bin/darwin/d2-bin
3535
You can’t perform that action at this time.
0 commit comments