Skip to content

Commit 388a4ff

Browse files
committed
update workflow urls
1 parent f5f1587 commit 388a4ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)