From 6ce3281b7f1f61558e24960d807d850852968a23 Mon Sep 17 00:00:00 2001 From: Lorenzo Pichilli Date: Wed, 2 Oct 2024 17:01:50 +0200 Subject: [PATCH] updated .github/workflows/main.yml, and fixed windows/packaging/msix/make_config.yaml --- .github/workflows/main.yml | 13 +++++++------ windows/packaging/msix/make_config.yaml | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 09ad817..d56f227 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -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: @@ -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 diff --git a/windows/packaging/msix/make_config.yaml b/windows/packaging/msix/make_config.yaml index 74fbf68..6cab966 100644 --- a/windows/packaging/msix/make_config.yaml +++ b/windows/packaging/msix/make_config.yaml @@ -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