Skip to content

Commit

Permalink
fix upload path
Browse files Browse the repository at this point in the history
  • Loading branch information
madoka773 committed Jan 3, 2024
1 parent b888a9a commit 27c058f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ jobs:
uses: shogo82148/actions-upload-release-asset@v1
with:
upload_url: ${{ needs.get-release.outputs.upload_url }}
asset_path: ui/flutter/dist/*/{*.deb,*.rpm,*.appimage}
asset_path: ui/flutter/dist/${VERSION:1}*/{*.deb,*.rpm,*.appimage,*.zip}
overwrite: true
build-snap:
if: ${{ github.event.inputs.platform == 'all' || github.event.inputs.platform == 'snap' }}
Expand Down

0 comments on commit 27c058f

Please sign in to comment.