mirror of
https://github.com/chrisbenincasa/tunarr.git
synced 2026-04-18 09:03:35 -04:00
chore: update artifact glob to only include archives
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user