Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/release-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:

- name: Build frontend
working-directory: rustmail_panel
env:
RUSTFLAGS: '-Csymbol-mangling-version=legacy -Zunstable-options'
run: trunk build --release --dist ../rustmail/static --config Trunk.toml

- name: Build Rust backend
Expand Down Expand Up @@ -98,6 +100,8 @@ jobs:

- name: Build frontend
working-directory: rustmail_panel
env:
RUSTFLAGS: '-Csymbol-mangling-version=legacy -Zunstable-options'
run: trunk build --release --dist ../rustmail/static --config Trunk.toml

- name: Verify static files were created
Expand Down