Skip to content

Commit e5f0e4a

Browse files
committed
upload also macos releases (finalize #296)
Signed-off-by: Martin <Ho-Ro@users.noreply.github.com>
1 parent a51b08e commit e5f0e4a

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/build_check.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,8 @@ jobs:
164164

165165
# --- Tagged Commit -> Upload Release ---
166166

167-
- name: Upload Linux / Windows Release Assets
168-
if: |
169-
startsWith(github.ref, 'refs/tags/') &&
170-
( startsWith(matrix.os, 'ubuntu') || startsWith(matrix.os, 'windows') )
167+
- name: Upload Linux / macOS / Windows Release Assets
168+
if: startsWith(github.ref, 'refs/tags/')
171169
uses: softprops/action-gh-release@v1
172170
with:
173171
prerelease: true

openhantek/src/OH_BUILD.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Do not edit, will be re-created at each commit!
2-
#define OH_BUILD "20220702 - commit 1031"
2+
#define OH_BUILD "20220703 - commit 1033"

0 commit comments

Comments
 (0)