Update release.yml

It may work now :)
This commit is contained in:
Calvin lin
2025-02-03 16:22:18 +08:00
committed by GitHub
parent 0691ab2213
commit a10321e3de

View File

@@ -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