mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2025-12-10 08:08:44 -06:00
Just glob it all goddamnit
This commit is contained in:
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@@ -127,7 +127,9 @@ jobs:
|
||||
uses: softprops/action-gh-release@v2
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
files: ${{ env.ARCHIVE_PATH }}
|
||||
files: |
|
||||
./*.zip
|
||||
./*.tar.gz
|
||||
generate_release_notes: true
|
||||
fail_on_unmatched_files: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user