This commit is contained in:
Bas 2021-03-21 17:52:32 +01:00 committed by GitHub
parent 68a3e23651
commit e6016f7414
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -99,14 +99,11 @@ jobs:
python -m PyInstaller.__main__ -F -w -n ESPHome-Flasher -i icon.icns esphomeflasher/__main__.py
- name: See dist directory
run: ls dist
# - name: Make executeable
# run: |
# chmod ug+x dist/ESPHome-Flasher.app/Contents/MacOS/ESPHome-Flasher
- name: Move app
run: |
mv dist/ESPHome-Flasher.app dist/ESPHome-Flasher-dev-macOS.app
- name: 'Tar files'
run: tar -cvf dist.tar dist
run: tar -cvf dist.tar dist/*
- name: 'Upload Artifact'
uses: actions/upload-artifact@v2
with: