Skip to content

Commit

Permalink
- run: cp dist/*/*.deb yana-linux-x86_64-${{ github.ref_name }}.deb
Browse files Browse the repository at this point in the history
  • Loading branch information
Fmar committed Sep 25, 2023
1 parent 5a76653 commit 69155c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ jobs:
- run: flutter build linux
- run: dart pub global activate flutter_distributor
- run: flutter_distributor package --platform linux --targets deb
- run: cp dist/*/*.deb yana-linux-x86_64-${{ github.ref_name }}.deb
#- run: flutter_distributor package --platform linux --targets appimage

- run: wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage
Expand Down Expand Up @@ -131,7 +132,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.release.outputs.upload_url }}
asset_path: dist/${{ github.ref_name }}/yana-${{ github.ref_name }}+${{ github.ref_name }}-linux.deb
asset_path: yana-linux-x86_64-${{ github.ref_name }}.deb
asset_name: yana-linux-x86_64-${{ github.ref_name }}.deb
asset_content_type: application/zip

Expand Down

0 comments on commit 69155c7

Please sign in to comment.