Skip to content

Commit 6dd2ec6

Browse files
committed
release workflow: fix executable path
1 parent d142e2c commit 6dd2ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
uses: actions/upload-artifact@v4
9999
with:
100100
name: flutterpi-${{ matrix.target }}-${{ matrix.buildtype }}
101-
path: $HOME/flutterpi-dist/flutter-pi
101+
path: $HOME/flutterpi-dist/bin/flutter-pi
102102

103103
publish:
104104
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/release/')

0 commit comments

Comments
 (0)