File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -57,12 +57,18 @@ jobs:
57
57
if : runner.os == 'macOS'
58
58
run : export PATH="/usr/local/opt/qt@5/bin:/Users/runner/.local/bin:$PATH" && make dmg
59
59
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 '
62
62
uses : actions/upload-artifact@v3
63
63
with :
64
64
name : airrohr-flasher-dist-${{ matrix.os }}-python${{ matrix.python-version }}
65
65
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
66
72
- name : Archive built binaries (Windows)
67
73
if : runner.os == 'Windows'
68
74
uses : actions/upload-artifact@v3
Original file line number Diff line number Diff line change
1
+ airrohr_dev
You can’t perform that action at this time.
0 commit comments