mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2025-12-09 14:08:45 -06:00
disable fail case
This commit is contained in:
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user