Skip to content

Commit c40e1f2

Browse files
committed
chore: create release path if not exist
1 parent 6babd7a commit c40e1f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,12 +396,14 @@ jobs:
396396
working-directory: frontend/appflowy_flutter
397397
run: |
398398
flutter_distributor release --name=dev --jobs=release-dev-linux-deb --skip-clean
399+
mkdir -p ${{ env.LINUX_APP_RELEASE_PATH }}
399400
cp -r dist/${{ github.ref_name }}/appflowy-${{ github.ref_name }}+${{ github.ref_name }}-linux.deb ${{ env.LINUX_APP_RELEASE_PATH }}/${{ env.LINUX_PACKAGE_DEB_NAME }}
400401
401402
- name: Build Linux package (.rpm)
402403
working-directory: frontend/appflowy_flutter
403404
run: |
404405
flutter_distributor release --name=dev --jobs=release-dev-linux-rpm --skip-clean
406+
mkdir -p ${{ env.LINUX_APP_RELEASE_PATH }}
405407
cp -r dist/${{ github.ref_name }}/appflowy-${{ github.ref_name }}+${{ github.ref_name }}-linux.rpm ${{ env.LINUX_APP_RELEASE_PATH }}/${{ env.LINUX_PACKAGE_RPM_NAME }}
406408
407409
- name: Build Linux package (.AppImage)

0 commit comments

Comments
 (0)