Skip to content

Commit

Permalink
release build for steamlink and raspi
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Jul 27, 2023
1 parent e4de0e9 commit f19705b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ on:
types: [created]

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: RelWithDebInfo
BUILD_TYPE: Release

jobs:
release-webos:
Expand Down Expand Up @@ -44,7 +43,7 @@ jobs:
- name: webOS Build
uses: ./.github/actions/build-webos
with:
build-type: ${{ env.BUILD_TYPE }}
build-type: RelWithDebInfo

- name: Create Release (webOS)
id: create_release_webos
Expand Down

0 comments on commit f19705b

Please sign in to comment.