Just glob it all goddamnit

This commit is contained in:
2024-10-03 03:26:35 -05:00
parent 1a882ffbb4
commit 979e9e0657

View File

@@ -127,7 +127,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: ${{ env.ARCHIVE_PATH }} files: |
./*.zip
./*.tar.gz
generate_release_notes: true generate_release_notes: true
fail_on_unmatched_files: true fail_on_unmatched_files: true