File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
frontend/appflowy_flutter/lib/startup/tasks Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments