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 3c218a3 commit cb19485Copy full SHA for cb19485
.github/workflows/release.yml
@@ -83,7 +83,6 @@ jobs:
83
elif [ "${{ matrix.platform }}" = "macos" ]; then
84
flutter build macos --release
85
cd ${{ matrix.build_target }}
86
- cd ..
87
tar -czf ${{ matrix.artifact }} ${{ matrix.build_target }}
88
else
89
flutter build linux --release
0 commit comments