Skip to content

Commit

Permalink
Fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
philipbl committed Jan 2, 2025
1 parent ec1ebc3 commit fcf9384
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ jobs:
strategy:
matrix:
project:
- audio
- audio_recorder
# - audio
# - audio_recorder
- clock
- hardware_test
- light_dial_game
- light_show
- wifi_sniffer
# - hardware_test
# - light_dial_game
# - light_show
# - wifi_sniffer
# - y-board-v2/hardware_test
# - y-board-v2/homekit
steps:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ jobs:

- name: Download Build Artifacts
uses: actions/download-artifact@v3
with:
path: ./artifacts


- name: Upload Artifacts to Release
run: |
for file in ./artifacts/*; do
Expand Down

0 comments on commit fcf9384

Please sign in to comment.