mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
chore(rust/gui-client): fix incorrect -modified in the Git version (#6597)
This is #3384 happening again CI debugging indicates that Cargo is adding a feature to Cargo.toml for some reason: https://github.com/firezone/firezone/actions/runs/10713137607/job/29704715158#step:10:40 So I'll have to give up on that clever thing of removing the Tauri `notification` feature on Windows where we don't use it, since Linux still uses it for now. --------- Signed-off-by: Reactor Scram <ReactorScram@users.noreply.github.com> Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
This commit is contained in:
2
.github/workflows/_tauri.yml
vendored
2
.github/workflows/_tauri.yml
vendored
@@ -87,6 +87,8 @@ jobs:
|
||||
- name: Build release exe and MSI / deb
|
||||
# Signs the exe before bundling it into the MSI
|
||||
run: pnpm build
|
||||
- name: Ensure unmodified Git workspace
|
||||
run: git diff --exit-code
|
||||
# We need to sign the exe inside the MSI. Currently
|
||||
# we do this in a "beforeBundleCommand" hook in tauri.windows.conf.json.
|
||||
# But this will soon be natively supported in Tauri.
|
||||
|
||||
Reference in New Issue
Block a user