We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cbd74c commit 380d921Copy full SHA for 380d921
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
env:
38
LINUX_APP_RELEASE_PATH: frontend/app_flowy/product/${{ github.ref_name }}/linux/Release
39
LINUX_ZIP_NAME: AppFlowy-linux-x86.tar.gz
40
- LINUX_PACKAGE_NAME: AppFlowy-linux-x86_${{ github.ref_name }}.deb
+ LINUX_PACKAGE_NAME: AppFlowy_${{ github.ref_name }}_linux-amd64.deb
41
steps:
42
- name: Checkout
43
uses: actions/checkout@v2
0 commit comments