mirror of
https://github.com/esphome/esphome-flasher.git
synced 2025-01-04 18:59:11 +01:00
Make MacOS build executable (#54)
Co-authored-by: Otto winter <otto@otto-winter.com>
This commit is contained in:
parent
cf1d2a2e2e
commit
4221529467
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user