mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2026-01-31 14:26:01 -06:00
single glob expression for release files
This commit is contained in:
Vendored
+1
-3
@@ -127,9 +127,7 @@ jobs:
|
||||
uses: softprops/action-gh-release@v2
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
files: |
|
||||
./*.zip
|
||||
./*.tar.gz
|
||||
files: ./*.{zip,tar.gz}
|
||||
generate_release_notes: true
|
||||
fail_on_unmatched_files: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user