From 2ef60eb3f2f18ddf1f03f687a2a664193f85161e Mon Sep 17 00:00:00 2001 From: Aaron DeLory Date: Sun, 2 May 2021 13:21:49 -0400 Subject: [PATCH] And again --- .github/workflows/main.yml | 3 ++- pubspec.yaml | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e295bfd..2e65346 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -104,13 +104,14 @@ jobs: path: build/windows/runner/Release/ - name: Decode MSIX signing certificate + id: write_file uses: timheuer/base64-to-file@v1 with: fileName: fluttercertificate.pfx encodedString: ${{ secrets.MSIX_CERTIFICATE_DATA }} - name: Create msix - run: flutter pub run msix:create --p "${{ secrets.MSIX_CERTIFICATE_PASSWORD }}" --pu "${{ secrets.MSIX_PUBLISHER }}" + run: flutter pub run msix:create --c "${{ steps.write_file.outputs.filePath }}" --p "${{ secrets.MSIX_CERTIFICATE_PASSWORD }}" --pu "${{ secrets.MSIX_PUBLISHER }}" - name: Archive msix artifact uses: actions/upload-artifact@v2 diff --git a/pubspec.yaml b/pubspec.yaml index 1854bca..c2b431d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -106,7 +106,6 @@ msix_config: publisher_display_name: Rexios identity_name: 63554Rexios.HealthDataServer msix_version: 10.2.0.0 - certificate_path: fluttercertificate.pfx vs_generated_images_folder_path: windows\Assets icons_background_color: transparent architecture: x64