Skip to content

Commit ea9ad36

Browse files
committed
build(release): update ci
1 parent 9f6fb67 commit ea9ad36

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,8 @@ jobs:
6060
uses: softprops/action-gh-release@v1
6161
with:
6262
files: |
63-
cd packages/command/
64-
bin/${{ matrix.target }}/fluttergen-${{ matrix.artifact_prefix }}.tar.gz
65-
bin/${{ matrix.target }}/fluttergen-${{ matrix.artifact_prefix }}.sha256
63+
packages/command/bin/${{ matrix.target }}/fluttergen-${{ matrix.artifact_prefix }}.tar.gz
64+
packages/command/bin/${{ matrix.target }}/fluttergen-${{ matrix.artifact_prefix }}.sha256
6665
env:
6766
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6867

0 commit comments

Comments
 (0)