fix workflow #2
Annotations
1 error
Invalid workflow file:
.github/workflows/pyinstaller.yaml#L39
The workflow is not valid. .github/workflows/pyinstaller.yaml (Line: 39, Col: 11): Unexpected symbol: '"Linux"'. Located at position 14 within expression: runner.os == "Linux" .github/workflows/pyinstaller.yaml (Line: 48, Col: 11): Unexpected symbol: '"macOS"'. Located at position 14 within expression: runner.os == "macOS" && runner.arch == "arm64"
|