Skip to content

Commit a10321e

Browse files
authored
Update release.yml
It may work now :)
1 parent 0691ab2 commit a10321e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
dart run flutter_distributor:main package --platform=linux --target=appimage
7171
- name: Rename artifacts
7272
run: |
73-
appimage_name=$(ls dist/*/*.deb)
73+
appimage_name=$(ls dist/*/*.AppImage)
7474
mv $appimage_name ${{ env.APP_NAME }}_${{ env.BUILD_NUMBER }}_amd64.appimage
7575
- name: Create Release
7676
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)