Skip to content

Commit

Permalink
add chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
SUSYUSTC committed Aug 16, 2023
1 parent adc2ae1 commit cc2ddfe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ jobs:
pyi-makespec --onefile update.py
xvfb-run pyinstaller update.spec | awk '!/DEBUG/ && !/TRACE/'
chmod +x dist/MathTranslate
chmod +x dist/update
- name: Build with PyInstaller (macOS)
if: runner.os == 'macOS'
run: |
Expand All @@ -75,6 +78,9 @@ jobs:
pyi-makespec --onefile update.py
pyinstaller update.spec | awk '!/DEBUG/ && !/TRACE/'
chmod +x dist/MathTranslate
chmod +x dist/update
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit cc2ddfe

Please sign in to comment.