Skip to content

Commit

Permalink
Workflows geändert
Browse files Browse the repository at this point in the history
  • Loading branch information
shining-man committed Mar 22, 2024
1 parent 707a77a commit e6bbbca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: python ./scripts/githubCI.py

- name: Build firmware
run: platformio run
run: platformio run -e bsc -e bsc_hw_log

- name: Copy output
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: python ./scripts/githubCI.py

- name: Build firmware
run: platformio run
run: platformio run -e bsc -e bsc_hw_log

- name: Copy output
run: |
Expand Down
1 change: 1 addition & 0 deletions changes.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
v0.5.13
- Remove WebUI v2
- Anpassungen für HW2.4.1

v0.5.12
- Display of groups in WebUI changed
Expand Down

0 comments on commit e6bbbca

Please sign in to comment.