Skip to content

Commit

Permalink
Fixed error with release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aeroniemi committed May 29, 2024
1 parent d710d00 commit f7c6746
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/pio-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,6 @@ jobs:
cp .pio/build/m5knob/firmware_merged.bin _site/firmware/esp32-s3.bin
cp manifest.json _site/firmware/manifest.json
cp static/* _site/
- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:
name: firmware
path: |
.pio/build/**/*_merged.bin
- name: Create GitHub Pages assets
uses: actions/upload-pages-artifact@v3
- name: Release
Expand Down

0 comments on commit f7c6746

Please sign in to comment.