Make MacOS build executable (#54)

Co-authored-by: Otto winter <otto@otto-winter.com>
This commit is contained in:
Bas 2021-10-29 11:14:25 +02:00 committed by GitHub
parent cf1d2a2e2e
commit 4221529467
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -102,10 +102,13 @@ jobs:
- name: Move app
run: |
mv dist/ESPHome-Flasher.app dist/ESPHome-Flasher-dev-macOS.app
- uses: actions/upload-artifact@v2
- name: 'Tar files'
run: tar -cvf dist.tar dist/*
- name: 'Upload Artifact'
uses: actions/upload-artifact@v2
with:
name: macOS
path: dist/
path: dist.tar
build-pypi:
runs-on: ubuntu-18.04