mirror of
https://github.com/esphome/esphome-flasher.git
synced 2025-01-06 19:18:23 +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
|
- name: Move app
|
||||||
run: |
|
run: |
|
||||||
mv dist/ESPHome-Flasher.app dist/ESPHome-Flasher-dev-macOS.app
|
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:
|
with:
|
||||||
name: macOS
|
name: macOS
|
||||||
path: dist/
|
path: dist.tar
|
||||||
|
|
||||||
build-pypi:
|
build-pypi:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
|
Loading…
Reference in New Issue
Block a user