aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJack Baron <jackmbaron@gmail.com>2022-01-04 19:27:29 +0000
committerJack Baron <jackmbaron@gmail.com>2022-01-04 19:27:29 +0000
commit2200773cc2cb54dce0032e0ed7341b10f49ea05c (patch)
treee36d89a4da7987c87bf9acba761007dabf4ac7bb /.github
parent258e2357d341b3f6493877c9f49b8d635060213e (diff)
downloadNorthstarLauncher-2200773cc2cb54dce0032e0ed7341b10f49ea05c.tar.gz
NorthstarLauncher-2200773cc2cb54dce0032e0ed7341b10f49ea05c.zip
switch to release builds
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e55023e8..fc370151 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -6,8 +6,7 @@ on:
pull_request:
env:
- # Change to Release for release builds in CI
- BUILD_PROFILE: Debug
+ BUILD_PROFILE: Release
jobs:
build: