Skip to content

Commit 18ef368

Browse files
committed
release workflow: fix mismatching path
1 parent 0f899ea commit 18ef368

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
@@ -102,7 +102,7 @@ jobs:
102102
mkdir -p artifact && cd artifact
103103
cp -r ../dist/bin/flutter-pi .
104104
105-
tar -cJf ../flutter-pi-${{ matrix.target }}-${{ matrix.buildtype }}.tar.xz .
105+
tar -cJf ../flutterpi-${{ matrix.target }}-${{ matrix.buildtype }}.tar.xz .
106106
107107
- name: Upload artifact
108108
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)