chore: update artifact glob to only include archives

This commit is contained in:
Christian Benincasa
2025-09-20 14:20:30 -04:00
parent 415121e596
commit 8d91b02dde

View File

@@ -93,14 +93,14 @@ jobs:
tag_name: edge
prerelease: true
files: |
./server/bin/tunarr-*
./server/bin/tunarr-*.*(tar.gz|zip)
if: github.ref == format('refs/heads/{0}', 'dev') && (github.event_name == 'workflow_dispatch' || github.event_name == 'schedule')
- name: Upload Binaries
uses: softprops/action-gh-release@v2
with:
files: |
./server/bin/tunarr-*
./server/bin/tunarr-*.*(tar.gz|zip)
if: startsWith(github.ref, 'refs/tags/')
build-mac:
needs: typecheck