Skip to content

Commit

Permalink
actions: Add tvOS release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Chan <[email protected]>
  • Loading branch information
asdfugil committed Oct 30, 2024
1 parent 7d46258 commit d155488
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
flags: ""
- name: release
flags: "RELEASE=1"
- name: release-tv
flags: "RELEASE=1 TV=1"
- name: mac
flags: "RELEASE=1 MAC=1"

Expand Down Expand Up @@ -59,7 +61,7 @@ jobs:
name: ${{ matrix.name }} package
path: ${{ github.workspace }}/packages/*
- name: Upload packages to release
if: github.event_name == 'release' && matrix.name == 'release'
if: github.event_name == 'release' && ${{ contains(matrix.name, 'release') }}
uses: svenstaro/[email protected]
with:
file: ${{ github.workspace }}/packages/*.deb
Expand Down

0 comments on commit d155488

Please sign in to comment.