Skip to content

Commit cc2ddfe

Browse files
committed
add chmod
1 parent adc2ae1 commit cc2ddfe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/pyinstaller.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ jobs:
5959
pyi-makespec --onefile update.py
6060
xvfb-run pyinstaller update.spec | awk '!/DEBUG/ && !/TRACE/'
6161
62+
chmod +x dist/MathTranslate
63+
chmod +x dist/update
64+
6265
- name: Build with PyInstaller (macOS)
6366
if: runner.os == 'macOS'
6467
run: |
@@ -75,6 +78,9 @@ jobs:
7578
pyi-makespec --onefile update.py
7679
pyinstaller update.spec | awk '!/DEBUG/ && !/TRACE/'
7780
81+
chmod +x dist/MathTranslate
82+
chmod +x dist/update
83+
7884
- name: Upload artifact
7985
uses: actions/upload-artifact@v2
8086
with:

0 commit comments

Comments
 (0)