Skip to content

Commit dfac477

Browse files
authored
Merge branch 'opendata-stuttgart:master' into esp32support
2 parents 883bb86 + e63f5d4 commit dfac477

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/build-airrohr-firmware-flasher.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,18 @@ jobs:
5757
if: runner.os == 'macOS'
5858
run: export PATH="/usr/local/opt/qt@5/bin:/Users/runner/.local/bin:$PATH" && make dmg
5959
shell: bash
60-
- name: Archive built binaries (Linux and OS X)
61-
if: runner.os != 'Windows'
60+
- name: Archive built binaries (Linux)
61+
if: runner.os == 'Linux'
6262
uses: actions/upload-artifact@v3
6363
with:
6464
name: airrohr-flasher-dist-${{ matrix.os }}-python${{ matrix.python-version }}
6565
path: dist/airrohr-flasher
66+
- name: Archive built binaries (OS X)
67+
if: runner.os == 'macOS'
68+
uses: actions/upload-artifact@v3
69+
with:
70+
name: airrohr-flasher-dist-${{ matrix.os }}-python${{ matrix.python-version }}
71+
path: dist/airrohr-flasher.dmg
6672
- name: Archive built binaries (Windows)
6773
if: runner.os == 'Windows'
6874
uses: actions/upload-artifact@v3

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
airrohr_dev

0 commit comments

Comments
 (0)