mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2025-12-13 00:13:06 -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
|
uses: softprops/action-gh-release@v2
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
with:
|
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
|
generate_release_notes: true
|
||||||
fail_on_unmatched_files: true
|
|
||||||
|
|
||||||
# Publish flow
|
# Publish flow
|
||||||
# - name: cargo login
|
# - name: cargo login
|
||||||
|
|||||||
Reference in New Issue
Block a user