Skip to content

Commit f6a3971

Browse files
committed
fix packaging
1 parent 688a317 commit f6a3971

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
@@ -49,8 +49,8 @@ jobs:
4949
run: |
5050
echo "local_short_commands=true" >> $GITHUB_ENV
5151
git submodule init && git submodule update
52-
curl -L -o "$pdversion.zip" "http://msp.ucsd.edu/software/${pdversion}.msw.zip"
53-
unzip "$pdversion.zip"
52+
curl -L -o pd.zip "http://msp.ucsd.edu/software/${pdversion}.msw.zip"
53+
unzip pd.zip
5454
5555
# ---- build ----
5656
- name: configure

0 commit comments

Comments
 (0)