Skip to content

Commit

Permalink
Enable shipping build
Browse files Browse the repository at this point in the history
  • Loading branch information
bneukom authored Oct 8, 2024
1 parent c65b2c2 commit 56c973b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-vitruvio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ on:
- develop

env:
CONFIG: ${{github.ref == 'refs/heads/main' && '--build-config=Shipping' || '--build-config=Development'}}
# CONFIG: ${{github.ref == 'refs/heads/main' && '--build-config=Shipping' || '--build-config=Development'}}
CONFIG: ${{'--build-config=Shipping'}}

jobs:
package-host:
Expand Down

0 comments on commit 56c973b

Please sign in to comment.