We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f899ea commit 18ef368Copy full SHA for 18ef368
.github/workflows/release.yml
@@ -102,7 +102,7 @@ jobs:
102
mkdir -p artifact && cd artifact
103
cp -r ../dist/bin/flutter-pi .
104
105
- tar -cJf ../flutter-pi-${{ matrix.target }}-${{ matrix.buildtype }}.tar.xz .
+ tar -cJf ../flutterpi-${{ matrix.target }}-${{ matrix.buildtype }}.tar.xz .
106
107
- name: Upload artifact
108
uses: actions/upload-artifact@v4
0 commit comments