Skip to content

Commit

Permalink
And again
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexios80 committed May 2, 2021
1 parent b86d500 commit 2ef60eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ef60eb

Please sign in to comment.