Skip to content

Commit

Permalink
upload also macos releases (finalize #296)
Browse files Browse the repository at this point in the history
Signed-off-by: Martin <[email protected]>
  • Loading branch information
Ho-Ro committed Jul 3, 2022
1 parent a51b08e commit e5f0e4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,8 @@ jobs:

# --- Tagged Commit -> Upload Release ---

- name: Upload Linux / Windows Release Assets
if: |
startsWith(github.ref, 'refs/tags/') &&
( startsWith(matrix.os, 'ubuntu') || startsWith(matrix.os, 'windows') )
- name: Upload Linux / macOS / Windows Release Assets
if: startsWith(github.ref, 'refs/tags/')
uses: softprops/action-gh-release@v1
with:
prerelease: true
Expand Down
2 changes: 1 addition & 1 deletion openhantek/src/OH_BUILD.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Do not edit, will be re-created at each commit!
#define OH_BUILD "20220702 - commit 1031"
#define OH_BUILD "20220703 - commit 1033"

0 comments on commit e5f0e4a

Please sign in to comment.