disable fail case

This commit is contained in:
2024-10-03 03:50:38 -05:00
parent 8b45059ffc
commit 4b2d2bf13c

View File

@@ -106,9 +106,9 @@ jobs:
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: spotify-player-quickauth-v${{ env.RELEASE_VERSION }}-${{ matrix.target }}.*
files: |
spotify-player-quickauth-v${{ env.RELEASE_VERSION }}-${{ matrix.target }}.*
generate_release_notes: true
fail_on_unmatched_files: true
# Publish flow
# - name: cargo login