Skip to content

Commit

Permalink
fix: continue on build error
Browse files Browse the repository at this point in the history
  • Loading branch information
mdvorak committed Mar 5, 2022
1 parent adbd2b9 commit 4fe7880
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
# Pre-built configurations
include:
- { idf_target: esp32 }
continue-on-error: true
container: espressif/idf:release-v4.4
env:
IDF_TARGET: ${{ matrix.idf_target }}
Expand Down Expand Up @@ -70,7 +71,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ env.TARGET_REF }}
files: build/uploads/*
files: build/upload/*
fail_on_unmatched_files: true

finalize:
Expand Down

0 comments on commit 4fe7880

Please sign in to comment.