Skip to content

Commit

Permalink
updated .github/workflows/main.yml, and fixed windows/packaging/msix/…
Browse files Browse the repository at this point in the history
…make_config.yaml
  • Loading branch information
pichillilorenzo committed Oct 2, 2024
1 parent ff0c89f commit 6ce3281
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,8 @@ jobs:
- name: Extract version from pubspec.yaml
id: yq
uses: mikefarah/yq@master
with:
cmd: yq -r '.version' 'pubspec.yaml'
run: |
yq -r '.version' 'pubspec.yaml'
- name: Upload Release
uses: softprops/action-gh-release@v1
Expand All @@ -123,6 +122,9 @@ jobs:
with:
ref: master

- name: Install yq command line utility
run: choco install yq

- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
Expand All @@ -149,9 +151,8 @@ jobs:
- name: Extract version from pubspec.yaml
id: yq
uses: mikefarah/yq@master
with:
cmd: yq -r '.version' 'pubspec.yaml'
run: |
yq -r '.version' 'pubspec.yaml'
- name: Upload Release
uses: softprops/action-gh-release@v1
Expand Down
2 changes: 1 addition & 1 deletion windows/packaging/msix/make_config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
display_name: Flutter Browser
publisher_display_name: pichillilorenzo
identity_name: com.pichillilorenzo.flutter_browser
identity_name: com.pichillilorenzo.flutter-browser
logo_path: assets/icon/icon.png
capabilities: internetClient, location, microphone, webcam
languages: en-us
Expand Down

0 comments on commit 6ce3281

Please # to comment.