WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 194b6ac

Browse files
committed
spt windows 64 mac fix
1 parent fc0cb36 commit 194b6ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,15 +351,15 @@ jobs:
351351
working-directory: parser-Python
352352
shell: bash
353353
run: |
354-
echo "🏗️ Building for ${{ matrix.target }} ${{ matrix.goarch }}"
354+
echo "🏗️ Building for mac ${{ matrix.arch }}"
355355
python -m venv .venv
356356
source .venv/bin/activate
357357
pip install -r requirements.txt
358358
pip install pyinstaller
359359
pyinstaller --onefile uast/builder.py
360360
361361
mkdir -p dist
362-
OUTPUT_NAME="uast4py-${{ matrix.target }}-${{ matrix.goarch }}"
362+
OUTPUT_NAME="uast4py-mac-${{ matrix.arch }}"
363363
mv dist/builder "dist/$OUTPUT_NAME"
364364
echo "✅ Built: dist/$OUTPUT_NAME"
365365

0 commit comments

Comments
 (0)