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 8911e89 commit ff2fbabCopy full SHA for ff2fbab
.github/workflows/main.yml
@@ -30,12 +30,9 @@ jobs:
30
cd app
31
flutter config --enable-linux-desktop
32
flutter pub get
33
- flutter build linux --release --target-platform linux-x64
+ flutter build linux --release
34
cd build/linux/x64/release
35
- zip -r linux-x64.zip bundle
36
- flutter build linux --release --target-platform linux-arm64
37
- cd build/linux/arm64/release
38
- zip -r linux-arm64.zip bundle
+ zip -r linux-release.zip bundle
39
40
- name: Create linux Release
41
uses: ncipollo/release-action@v1
0 commit comments