diff options
| author | iFarbod <[email protected]> | 2025-01-11 18:05:10 +0330 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-01-11 18:05:10 +0330 |
| commit | e306bbff7edda3f110365a8ba1edb13cee5dd5d7 (patch) | |
| tree | 38faf0f99789e0e0ea5414d9bce3186da4f81827 | |
| parent | 98a2120348790f64b377ce2b929058bf18bbefd6 (diff) | |
Rename winarm64 to arm64
| -rw-r--r-- | .github/workflows/windows.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index e3f7d1fa4..d5fea9089 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -51,7 +51,7 @@ jobs: if ("${{ matrix.arch }}" -eq "x64") { Write-Output "RELEASE_NAME=win64" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf-8 -Append } elseif ("${{ matrix.arch }}" -eq "arm64") { - Write-Output "RELEASE_NAME=winarm64" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf-8 -Append + Write-Output "RELEASE_NAME=arm64" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf-8 -Append } else { Write-Output "RELEASE_NAME=win32" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf-8 -Append } |
