Skip to content

Commit

Permalink
fix upload
Browse files Browse the repository at this point in the history
  • Loading branch information
madoka773 committed Jan 3, 2024
1 parent 606d8a9 commit 274463c
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 @@ -250,7 +250,7 @@ jobs:
uses: shogo82148/actions-upload-release-asset@v1
with:
upload_url: ${{ needs.get-release.outputs.upload_url }}
asset_path: ui/flutter/dist/*
asset_path: ui/flutter/dist/*/*
overwrite: true

build-snap:
Expand Down

0 comments on commit 274463c

Please sign in to comment.