File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
frontend/appflowy_flutter/lib/startup/tasks Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -396,15 +396,13 @@ jobs:
396396 working-directory : frontend/appflowy_flutter
397397 run : |
398398 flutter_distributor release --name=dev --jobs=release-dev-linux-deb --skip-clean
399- cd dist/${{ github.ref_name }}
400- cp appflowy-${{ github.ref_name }}+${{ github.ref_name }}-linux.deb ${{ env.LINUX_PACKAGE_DEB_NAME }}
399+ cp dist/${{ github.ref_name }}/appflowy-${{ github.ref_name }}+${{ github.ref_name }}-linux.deb ${{ env.LINUX_APP_RELEASE_PATH }}/${{ env.LINUX_PACKAGE_DEB_NAME }}
401400
402401 - name : Build Linux package (.rpm)
403402 working-directory : frontend/appflowy_flutter
404403 run : |
405404 flutter_distributor release --name=dev --jobs=release-dev-linux-rpm --skip-clean
406- cd dist/${{ github.ref_name }}
407- cp appflowy-${{ github.ref_name }}+${{ github.ref_name }}-linux.rpm ${{ env.LINUX_PACKAGE_RPM_NAME }}
405+ cp dist/${{ github.ref_name }}/appflowy-${{ github.ref_name }}+${{ github.ref_name }}-linux.rpm ${{ env.LINUX_APP_RELEASE_PATH }}/${{ env.LINUX_PACKAGE_RPM_NAME }}
408406
409407 - name : Build Linux package (.AppImage)
410408 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