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 ca5ccb3 commit f94a0d7Copy full SHA for f94a0d7
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
- target: x86_64-unknown-linux-gnu
18
host: ubuntu-latest
19
format: appimage
20
- artifact: flutter-app-template-x86_64.AppImage
+ artifact: flutter-app-demo-x86_64.AppImage
21
22
- target: x86_64-apple-darwin
23
host: macos-latest
@@ -30,7 +30,7 @@ jobs:
30
- target: aarch64-linux-android
31
32
format: apk
33
- artifact: apk/flutter-app-template.apk
+ artifact: apk/flutter-app-demo.apk
34
35
- target: aarch64-apple-ios
36
0 commit comments