Skip to content

Commit d501922

Browse files
committed
chore: update feed url
1 parent f163ce5 commit d501922

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,14 +397,14 @@ jobs:
397397
run: |
398398
flutter_distributor release --name=dev --jobs=release-dev-linux-deb --skip-clean
399399
cd dist/${{ github.ref_name }}
400-
cp appflowy-${{ github.ref_name }}+${{ github.ref_name }}-linux.deb ${{ env.LINUX_PACKAGE_DEB_NAME }}
400+
cp appflowy-${{ github.ref_name }}+${{ github.ref_name }}-linux.deb ${{ env.LINUX_APP_RELEASE_PATH }}/${{ env.LINUX_PACKAGE_DEB_NAME }}
401401
402402
- name: Build Linux package (.rpm)
403403
working-directory: frontend/appflowy_flutter
404404
run: |
405405
flutter_distributor release --name=dev --jobs=release-dev-linux-rpm --skip-clean
406406
cd dist/${{ github.ref_name }}
407-
cp appflowy-${{ github.ref_name }}+${{ github.ref_name }}-linux.rpm ${{ env.LINUX_PACKAGE_RPM_NAME }}
407+
cp appflowy-${{ github.ref_name }}+${{ github.ref_name }}-linux.rpm ${{ env.LINUX_APP_RELEASE_PATH }}/${{ env.LINUX_PACKAGE_RPM_NAME }}
408408
409409
- name: Build Linux package (.AppImage)
410410
working-directory: frontend

frontend/appflowy_flutter/lib/startup/tasks/auto_update_task.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class AutoUpdateTask extends LaunchTask {
1616
AutoUpdateTask();
1717

1818
static const _feedUrl =
19-
'https://github.com/LucasXu0/AppFlowy/releases/latest/download/appcast-{os}-{arch}.xml';
19+
'https://github.com/AppFlowy-IO/AppFlowy/releases/latest/download/appcast-{os}-{arch}.xml';
2020
final _listener = _AppFlowyAutoUpdaterListener();
2121

2222
@override

0 commit comments

Comments
 (0)