From a10321e3deb47c7c7ee7fc60a0cf41909dceb02c Mon Sep 17 00:00:00 2001 From: Calvin lin <38599774+lin-calvin@users.noreply.github.com> Date: Mon, 3 Feb 2025 16:22:18 +0800 Subject: [PATCH] Update release.yml It may work now :) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 88a85d3a..3f3352a2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -70,7 +70,7 @@ jobs: dart run flutter_distributor:main package --platform=linux --target=appimage - name: Rename artifacts run: | - appimage_name=$(ls dist/*/*.deb) + appimage_name=$(ls dist/*/*.AppImage) mv $appimage_name ${{ env.APP_NAME }}_${{ env.BUILD_NUMBER }}_amd64.appimage - name: Create Release uses: softprops/action-gh-release@v2