We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adc2ae1 commit cc2ddfeCopy full SHA for cc2ddfe
.github/workflows/pyinstaller.yml
@@ -59,6 +59,9 @@ jobs:
59
pyi-makespec --onefile update.py
60
xvfb-run pyinstaller update.spec | awk '!/DEBUG/ && !/TRACE/'
61
62
+ chmod +x dist/MathTranslate
63
+ chmod +x dist/update
64
+
65
- name: Build with PyInstaller (macOS)
66
if: runner.os == 'macOS'
67
run: |
@@ -75,6 +78,9 @@ jobs:
75
78
76
79
pyinstaller update.spec | awk '!/DEBUG/ && !/TRACE/'
77
80
81
82
83
84
- name: Upload artifact
85
uses: actions/upload-artifact@v2
86
with:
0 commit comments