Skip to content

Commit

Permalink
Update dart.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
liuchuancong authored Nov 16, 2023
1 parent 02ff0f3 commit c7af5b2
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,16 @@ jobs:
- name: Build APK
run: |
flutter build apk
- name: Build MSIX
uses: Levi-Lesches/[email protected]
- name: Download MSIX CERTIFICATE
id: windows_certificate
uses: timheuer/[email protected]
with:
base64-certificate: ${{ secrets.CERTIFICATE }}
msix-path: assets/keystore/CERTIFICATE.pfx
release-name: pure_live
fileName: CERTIFICATE.pfx
fileDir: assets/keystore
encodedString: ${{ secrets.CERTIFICATE }}
- name: Build MSIX
run: |
dart run msix:create
#上传APK至Artifacts
- name: Upload APK to Artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit c7af5b2

Please sign in to comment.