fix: CRLF in base64 key on windows CI
This commit is contained in:
@@ -419,7 +419,7 @@ jobs:
|
||||
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/edde746/auto_updater/main/packages/auto_updater/bin/sign_update.dart" -OutFile _signer/sign.dart
|
||||
Push-Location _signer
|
||||
dart pub get
|
||||
Set-Content -Path ed25519_key.pem -Value $env:SPARKLE_PRIVATE_KEY -Encoding ascii
|
||||
Set-Content -Path ed25519_key.pem -Value $env:SPARKLE_PRIVATE_KEY -Encoding ascii -NoNewline
|
||||
$output = dart run sign.dart ../plezy-windows-installer.exe ed25519_key.pem
|
||||
Pop-Location
|
||||
Remove-Item _signer -Recurse -Force
|
||||
|
||||
+2
-2
@@ -70,7 +70,7 @@ packages:
|
||||
description:
|
||||
path: "packages/auto_updater"
|
||||
ref: HEAD
|
||||
resolved-ref: d3dcb88a62292bbedc0a3d9101fed2991f57d40a
|
||||
resolved-ref: c70320c6885db88ef8360d278f936e90a7cc9689
|
||||
url: "https://github.com/edde746/auto_updater"
|
||||
source: git
|
||||
version: "1.0.0"
|
||||
@@ -95,7 +95,7 @@ packages:
|
||||
description:
|
||||
path: "packages/auto_updater_windows"
|
||||
ref: HEAD
|
||||
resolved-ref: d3dcb88a62292bbedc0a3d9101fed2991f57d40a
|
||||
resolved-ref: c70320c6885db88ef8360d278f936e90a7cc9689
|
||||
url: "https://github.com/edde746/auto_updater"
|
||||
source: git
|
||||
version: "1.0.0"
|
||||
|
||||
Reference in New Issue
Block a user