Skip to content

Commit

Permalink
fix: dont fail on unmatched files
Browse files Browse the repository at this point in the history
  • Loading branch information
plyr4 committed Feb 17, 2024
1 parent 5c7b118 commit 0ce6623
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ jobs:
prerelease: true
name: nightly
tag_name: nightly
files: build/${{ matrix.targetPlatform }}
fail_on_unmatched_files: true
files: build/${{ matrix.targetPlatform }}/

- name: check outputs
run: |
Expand Down

0 comments on commit 0ce6623

Please sign in to comment.