Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: toeverything/AFFiNE
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6264e60d73e03e7af861bbc22d9cc5c1f18668b5
Choose a base ref
..
head repository: toeverything/AFFiNE
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2582afa9fc26e853b1a9459decaf8ee60b684bf5
Choose a head ref
Showing with 2 additions and 0 deletions.
  1. +2 −0 .github/workflows/release-desktop.yml
2 changes: 2 additions & 0 deletions .github/workflows/release-desktop.yml
Original file line number Diff line number Diff line change
@@ -138,6 +138,8 @@ jobs:
sudo apt install -y libfuse2 elfutils flatpak flatpak-builder
flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak update
# some flatpak deps need git protocol.file.allow
git config --global protocol.file.allow always
- name: make
run: yarn workspace @affine/electron make --platform=${{ matrix.spec.platform }} --arch=${{ matrix.spec.arch }}