Skip to content

Commit c5c1603

Browse files
Do not stop deploy on failure. (#364)
1 parent 2c846f4 commit c5c1603

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,10 +222,10 @@ jobs:
222222
with:
223223
name: ${{ env.RELEASE_NAME }}
224224
tag_name: ${{ env.RELEASE_TAGNAME }}
225-
fail_on_unmatched_files: true
225+
fail_on_unmatched_files: false
226226
body: |
227227
Last updated on ${{ env.RELEASE_DATE }}
228228
files: |
229229
artifacts/${{ env.PROJECT_NAME }}_*_Linux.zip
230230
artifacts/${{ env.PROJECT_NAME }}_*_Windows.zip
231-
artifacts/${{ env.PROJECT_NAME }}_*_macOS.zip
231+
artifacts/${{ env.PROJECT_NAME }}_*_macOS.zip

0 commit comments

Comments
 (0)