diff options
author | Jack Baron <jackmbaron@gmail.com> | 2022-01-04 19:27:29 +0000 |
---|---|---|
committer | Jack Baron <jackmbaron@gmail.com> | 2022-01-04 19:27:29 +0000 |
commit | 2200773cc2cb54dce0032e0ed7341b10f49ea05c (patch) | |
tree | e36d89a4da7987c87bf9acba761007dabf4ac7bb | |
parent | 258e2357d341b3f6493877c9f49b8d635060213e (diff) | |
download | NorthstarLauncher-2200773cc2cb54dce0032e0ed7341b10f49ea05c.tar.gz NorthstarLauncher-2200773cc2cb54dce0032e0ed7341b10f49ea05c.zip |
switch to release builds
-rw-r--r-- | .github/workflows/ci.yml | 3 |
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: |