Skip to content

Commit 5751240

Browse files
committed
Fix typo.
1 parent 647b54d commit 5751240

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on: [push, pull_request]
22

3-
name: Flutter App Template
3+
name: Flutter App Demo
44

55
jobs:
66
main:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
env:
6262
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6363
with:
64-
upload_url: ${{ steps.create_release.outputs.upload_url }}
64+
upload_url: ${{ steps.create-release.outputs.upload_url }}
6565
asset_path: './target/flutter/release/flutter-app-demo-x86_64.AppImage'
6666
asset_name: 'flutter-app-demo-x86_64.AppImage'
6767
asset_content_type: application/octet-stream

0 commit comments

Comments
 (0)