Skip to content

Commit 380d921

Browse files
committed
ci: respect debian package naming convention.
1 parent 2cbd74c commit 380d921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
env:
3838
LINUX_APP_RELEASE_PATH: frontend/app_flowy/product/${{ github.ref_name }}/linux/Release
3939
LINUX_ZIP_NAME: AppFlowy-linux-x86.tar.gz
40-
LINUX_PACKAGE_NAME: AppFlowy-linux-x86_${{ github.ref_name }}.deb
40+
LINUX_PACKAGE_NAME: AppFlowy_${{ github.ref_name }}_linux-amd64.deb
4141
steps:
4242
- name: Checkout
4343
uses: actions/checkout@v2

0 commit comments

Comments
 (0)