mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-04-21 15:47:55 +00:00
* Revert "feat: use flutter_distrubutor to build linux and macos packages (#7392)"
This reverts commit 6dc45c9830.
* fix: linux link issue
* fix: outline doesn't work well in columns
* fix: cannot drag a block under a table that’s in the second column
12 lines
250 B
YAML
12 lines
250 B
YAML
output: dist/
|
|
releases:
|
|
- name: dev
|
|
jobs:
|
|
- name: release-dev-linux-deb
|
|
package:
|
|
platform: linux
|
|
target: deb
|
|
- name: release-dev-linux-rpm
|
|
package:
|
|
platform: linux
|
|
target: rpm
|