Skip to content

Commit

Permalink
Add ls
Browse files Browse the repository at this point in the history
  • Loading branch information
TaYaKi71751 committed Sep 30, 2024
1 parent be5bc12 commit 4e71a94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
# $password = ConvertTo-SecureString -String "$randomString" -Force -AsPlainText
# Export-PfxCertificate -Cert $cert -FilePath "key.pfx" -Password $password
# Export-Certificate -Cert $cert -FilePath key.cer
openssl req -x509 -newkey rsa:4096 -nodes -keyout openssl.key -out openssl.crt -subj /CN=website.name -days 1000
openssl req -x509 -newkey rsa:4096 -nodes -keyout openssl.key -out openssl.crt -subj /CN=TaYaKi71751 -days 1000
ls
flutter build windows
# flutter pub run msix:create --certificate-path openssl.crt --certificate-password $randomString --install-certificate false
Expand Down

0 comments on commit 4e71a94

Please sign in to comment.