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 647b54d commit 5751240Copy full SHA for 5751240
.github/workflows/main.yml
@@ -1,6 +1,6 @@
1
on: [push, pull_request]
2
3
-name: Flutter App Template
+name: Flutter App Demo
4
5
jobs:
6
main:
.github/workflows/release.yml
@@ -61,7 +61,7 @@ jobs:
61
env:
62
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
63
with:
64
- upload_url: ${{ steps.create_release.outputs.upload_url }}
+ upload_url: ${{ steps.create-release.outputs.upload_url }}
65
asset_path: './target/flutter/release/flutter-app-demo-x86_64.AppImage'
66
asset_name: 'flutter-app-demo-x86_64.AppImage'
67
asset_content_type: application/octet-stream
0 commit comments