Skip to content

Commit fa3f8c3

Browse files
Fix remaining emoji in GitHub Actions - remove character
This should resolve the final PowerShell parsing error in CI/CD
1 parent ee31cb0 commit fa3f8c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108

109109
- name: Verify server components are ready
110110
run: |
111-
Write-Host "🔍 Verifying server components in src-tauri..." -ForegroundColor Cyan
111+
Write-Host "Verifying server components in src-tauri..." -ForegroundColor Cyan
112112
113113
$components = @("apache", "mysql", "php", "phpmyadmin", "www", "config")
114114
foreach ($component in $components) {

0 commit comments

Comments
 (0)