mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2025-12-10 22:08:40 -06:00
single glob expression for release files
This commit is contained in:
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@@ -127,9 +127,7 @@ 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: |
|
files: ./*.{zip,tar.gz}
|
||||||
./*.zip
|
|
||||||
./*.tar.gz
|
|
||||||
generate_release_notes: true
|
generate_release_notes: true
|
||||||
fail_on_unmatched_files: true
|
fail_on_unmatched_files: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user